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:
Florian Müllner 2015-02-17 16:00:47 +01:00
parent f3f887da73
commit 9f3a7ab432
2 changed files with 7 additions and 3 deletions

View File

@ -447,6 +447,8 @@ StScrollBar {
//.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 {
text-align: right;
width: 1em;
@ -686,7 +688,6 @@ StScrollBar {
}
}
.panel-menu { -boxpointer-gap: 4px; margin-bottom: 1.75em; }
.panel-status-indicators-box,
.panel-status-menu-box {
spacing: 2px;
@ -694,6 +695,7 @@ StScrollBar {
.screencast-indicator { color: $warning_color; }
}
// calendar popover
.calendar {
padding: .4em 1.75em .8em 1.75em;

View File

@ -403,6 +403,10 @@ StScrollBar {
.popup-menu .popup-inactive-menu-item:insensitive {
color: rgba(238, 238, 236, 0.5); }
.panel-menu {
-boxpointer-gap: 4px;
margin-bottom: 1.75em; }
.popup-menu-ornament {
text-align: right;
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 {
border-color: #256ab1;
border-bottom-width: 2px; }
#panel .panel-menu {
-boxpointer-gap: 4px; }
#panel .panel-status-indicators-box,
#panel .panel-status-menu-box {
spacing: 2px; }