mirror of
https://github.com/processwire/processwire.git
synced 2025-08-17 04:04:13 +02:00
Fix issue processwire/processwire-issues#1856 to properly support pw-panel tabs in AdminThemeUikit
This commit is contained in:
@@ -30,4 +30,3 @@
|
|||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@@ -67,23 +67,24 @@ em {
|
|||||||
// Pop-out panel for PageList, PageView, debug, etc.
|
// Pop-out panel for PageList, PageView, debug, etc.
|
||||||
body .pw-panel-container {
|
body .pw-panel-container {
|
||||||
.pw-panel-button.ui-button {
|
.pw-panel-button.ui-button {
|
||||||
// background: @global-primary-background;
|
top: 30%;
|
||||||
background: @pw-body-background;
|
background: @pw-button-background;
|
||||||
padding: 3px 12px 3px 15px !important;
|
padding: 3px 11px 3px 11px !important;
|
||||||
|
|
||||||
small.ui-button-text {
|
small.ui-button-text {
|
||||||
> span {
|
> span {
|
||||||
display: none;
|
color: @pw-button-color;
|
||||||
// font-size: @global-small-font-size;
|
font-size: @global-font-size;
|
||||||
// line-height: @global-small-font-size;
|
text-transform: uppercase;
|
||||||
// text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
i.fa {
|
i.fa {
|
||||||
|
color: @pw-button-color;
|
||||||
|
font-size: 16px;
|
||||||
|
&:has(+ span) {
|
||||||
|
// rotate so it displays in upwards orientation when combined with text label
|
||||||
transform: rotate(-90deg);
|
transform: rotate(-90deg);
|
||||||
color: @global-link-color;
|
}
|
||||||
font-size: 20px;
|
|
||||||
position: relative;
|
|
||||||
bottom: -4px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user