Crisp menu separators
Instead of being fuzzy, the menu separators should be a clear line with a horizontal gradient. This looks better and is consistent with the mockups. https://bugzilla.gnome.org/show_bug.cgi?id=641745
This commit is contained in:
parent
587c93eadf
commit
84b581ae13
@ -206,11 +206,12 @@ StScrollBar StButton#vhandle:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
-gradient-height: 2px;
|
-gradient-height: 1px;
|
||||||
-gradient-start: rgba(8,8,8,0);
|
-gradient-start: rgba(255,255,255,0.0);
|
||||||
-gradient-end: #333333;
|
-gradient-end: rgba(255,255,255,0.3);
|
||||||
-margin-horizontal: 1.5em;
|
-margin-horizontal: 24px;
|
||||||
height: 1em;
|
height: 1px;
|
||||||
|
padding: 8px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-alternating-menu-item:alternate {
|
.popup-alternating-menu-item:alternate {
|
||||||
|
Loading…
Reference in New Issue
Block a user