Fix .panel-menu
While clearly related to the top bar, it's not a child, so the selector "#panel .panel-menu" does not match anything.
This commit is contained in:
parent
f3f887da73
commit
9f3a7ab432
@ -447,6 +447,8 @@ StScrollBar {
|
|||||||
//.popup-status-menu-item { font-weight: normal; color: pink; } //dunno what that is
|
//.popup-status-menu-item { font-weight: normal; color: pink; } //dunno what that is
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.panel-menu { -boxpointer-gap: 4px; margin-bottom: 1.75em; }
|
||||||
|
|
||||||
.popup-menu-ornament {
|
.popup-menu-ornament {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
@ -686,7 +688,6 @@ StScrollBar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-menu { -boxpointer-gap: 4px; margin-bottom: 1.75em; }
|
|
||||||
.panel-status-indicators-box,
|
.panel-status-indicators-box,
|
||||||
.panel-status-menu-box {
|
.panel-status-menu-box {
|
||||||
spacing: 2px;
|
spacing: 2px;
|
||||||
@ -694,6 +695,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.screencast-indicator { color: $warning_color; }
|
.screencast-indicator { color: $warning_color; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// calendar popover
|
// calendar popover
|
||||||
.calendar {
|
.calendar {
|
||||||
padding: .4em 1.75em .8em 1.75em;
|
padding: .4em 1.75em .8em 1.75em;
|
||||||
|
@ -403,6 +403,10 @@ StScrollBar {
|
|||||||
.popup-menu .popup-inactive-menu-item:insensitive {
|
.popup-menu .popup-inactive-menu-item:insensitive {
|
||||||
color: rgba(238, 238, 236, 0.5); }
|
color: rgba(238, 238, 236, 0.5); }
|
||||||
|
|
||||||
|
.panel-menu {
|
||||||
|
-boxpointer-gap: 4px;
|
||||||
|
margin-bottom: 1.75em; }
|
||||||
|
|
||||||
.popup-menu-ornament {
|
.popup-menu-ornament {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 1em; }
|
width: 1em; }
|
||||||
@ -579,8 +583,6 @@ StScrollBar {
|
|||||||
#panel .panel-status-button:active, #panel .panel-status-button:overview, #panel .panel-status-button:focus, #panel .panel-status-button:checked {
|
#panel .panel-status-button:active, #panel .panel-status-button:overview, #panel .panel-status-button:focus, #panel .panel-status-button:checked {
|
||||||
border-color: #256ab1;
|
border-color: #256ab1;
|
||||||
border-bottom-width: 2px; }
|
border-bottom-width: 2px; }
|
||||||
#panel .panel-menu {
|
|
||||||
-boxpointer-gap: 4px; }
|
|
||||||
#panel .panel-status-indicators-box,
|
#panel .panel-status-indicators-box,
|
||||||
#panel .panel-status-menu-box {
|
#panel .panel-status-menu-box {
|
||||||
spacing: 2px; }
|
spacing: 2px; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user