1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-16 03:34:33 +02:00

Fix issue processwire/processwire-issues#1856 to properly support pw-panel tabs in AdminThemeUikit

This commit is contained in:
Ryan Cramer
2024-01-04 10:07:25 -05:00
parent ee217ee3bd
commit b61da8575a
3 changed files with 14 additions and 14 deletions

View File

@@ -30,4 +30,3 @@
// }
}
*/

File diff suppressed because one or more lines are too long

View File

@@ -67,23 +67,24 @@ em {
// Pop-out panel for PageList, PageView, debug, etc.
body .pw-panel-container {
.pw-panel-button.ui-button {
// background: @global-primary-background;
background: @pw-body-background;
padding: 3px 12px 3px 15px !important;
top: 30%;
background: @pw-button-background;
padding: 3px 11px 3px 11px !important;
small.ui-button-text {
> span {
display: none;
// font-size: @global-small-font-size;
// line-height: @global-small-font-size;
// text-transform: uppercase;
color: @pw-button-color;
font-size: @global-font-size;
text-transform: uppercase;
}
}
i.fa {
transform: rotate(-90deg);
color: @global-link-color;
font-size: 20px;
position: relative;
bottom: -4px;
color: @pw-button-color;
font-size: 16px;
&:has(+ span) {
// rotate so it displays in upwards orientation when combined with text label
transform: rotate(-90deg);
}
}
}
}