Skip to content

Commit

Permalink
Merge pull request horst3180#734 from leigh123linux/fix_gradient_warning
Browse files Browse the repository at this point in the history
cinnamon: fix missing gradient warning
  • Loading branch information
horst3180 authored Mar 2, 2017
2 parents e411c4b + 0df7eae commit 81c4f01
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions common/cinnamon/cinnamon-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
10 changes: 5 additions & 5 deletions common/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
10 changes: 5 additions & 5 deletions common/cinnamon/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 81c4f01

Please sign in to comment.