1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

Merge pull request #734 from leigh123linux/fix_gradient_warning

cinnamon: fix missing gradient warning
This commit is contained in:
horst3180 2017-03-02 17:51:44 +01:00 committed by GitHub
commit 81c4f01114
3 changed files with 15 additions and 15 deletions

View File

@ -351,11 +351,11 @@ StScrollBar {
spacing: 1em; }
.popup-separator-menu-item {
height: 2px;
margin: 10px 0px;
background-color: transparent;
border: none;
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; }
-gradient-height: 2px;
-gradient-start: transparent;
-gradient-end: transparent;
-margin-horizontal: 1.5em;
height: 1em; }
.popup-alternating-menu-item:alternate {
font-weight: normal; }

View File

@ -351,11 +351,11 @@ StScrollBar {
spacing: 1em; }
.popup-separator-menu-item {
height: 2px;
margin: 10px 0px;
background-color: transparent;
border: none;
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; }
-gradient-height: 2px;
-gradient-start: transparent;
-gradient-end: transparent;
-margin-horizontal: 1.5em;
height: 1em; }
.popup-alternating-menu-item:alternate {
font-weight: normal; }

View File

@ -334,11 +334,11 @@ StScrollBar {
.popup-combobox-item { spacing: 1em; }
.popup-separator-menu-item {
height: 2px; //not really the whole box
margin: 10px 0px;
background-color: transparent;
border: none;
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1;
-gradient-height: 2px;
-gradient-start: transparent;
-gradient-end: transparent;
-margin-horizontal: 1.5em;
height: 1em;
}
.popup-alternating-menu-item:alternate {