1
0
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:
Horst3180 2015-09-17 00:40:30 +02:00
parent b6aaedd1b6
commit bcf612534e
3 changed files with 6 additions and 0 deletions

View File

@ -498,9 +498,11 @@ StScrollBar {
-arrow-rise: 5; }
.popup-separator-menu-item {
-gradient-height: 0px;
height: 2px;
margin: 10px 0px;
background-color: transparent;
background-gradient-direction: none !important;
border: none;
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; }

View File

@ -498,9 +498,11 @@ StScrollBar {
-arrow-rise: 5; }
.popup-separator-menu-item {
-gradient-height: 0px;
height: 2px;
margin: 10px 0px;
background-color: transparent;
background-gradient-direction: none !important;
border: none;
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; }

View File

@ -609,10 +609,12 @@ StScrollBar {
}
.popup-separator-menu-item {
-gradient-height: 0px;
//-margin-horizontal: 24px;
height: 2px; //not really the whole box
margin: 10px 0px;
background-color: transparent;
background-gradient-direction: none !important;
border: none;
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1;
}