mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
gnome-shell 3.14: fix menu separators
This commit is contained in:
parent
b6aaedd1b6
commit
bcf612534e
@ -498,9 +498,11 @@ StScrollBar {
|
|||||||
-arrow-rise: 5; }
|
-arrow-rise: 5; }
|
||||||
|
|
||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
|
-gradient-height: 0px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
background-gradient-direction: none !important;
|
||||||
border: none;
|
border: none;
|
||||||
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; }
|
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; }
|
||||||
|
|
||||||
|
@ -498,9 +498,11 @@ StScrollBar {
|
|||||||
-arrow-rise: 5; }
|
-arrow-rise: 5; }
|
||||||
|
|
||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
|
-gradient-height: 0px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
background-gradient-direction: none !important;
|
||||||
border: none;
|
border: none;
|
||||||
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; }
|
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; }
|
||||||
|
|
||||||
|
@ -609,10 +609,12 @@ StScrollBar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
|
-gradient-height: 0px;
|
||||||
//-margin-horizontal: 24px;
|
//-margin-horizontal: 24px;
|
||||||
height: 2px; //not really the whole box
|
height: 2px; //not really the whole box
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
background-gradient-direction: none !important;
|
||||||
border: none;
|
border: none;
|
||||||
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1;
|
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user