mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix missing gradient warning
This commit is contained in:
parent
0af4e07f1b
commit
0df7eae3f8
@ -351,11 +351,11 @@ StScrollBar {
|
|||||||
spacing: 1em; }
|
spacing: 1em; }
|
||||||
|
|
||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
height: 2px;
|
-gradient-height: 2px;
|
||||||
margin: 10px 0px;
|
-gradient-start: transparent;
|
||||||
background-color: transparent;
|
-gradient-end: transparent;
|
||||||
border: none;
|
-margin-horizontal: 1.5em;
|
||||||
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; }
|
height: 1em; }
|
||||||
|
|
||||||
.popup-alternating-menu-item:alternate {
|
.popup-alternating-menu-item:alternate {
|
||||||
font-weight: normal; }
|
font-weight: normal; }
|
||||||
|
@ -351,11 +351,11 @@ StScrollBar {
|
|||||||
spacing: 1em; }
|
spacing: 1em; }
|
||||||
|
|
||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
height: 2px;
|
-gradient-height: 2px;
|
||||||
margin: 10px 0px;
|
-gradient-start: transparent;
|
||||||
background-color: transparent;
|
-gradient-end: transparent;
|
||||||
border: none;
|
-margin-horizontal: 1.5em;
|
||||||
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; }
|
height: 1em; }
|
||||||
|
|
||||||
.popup-alternating-menu-item:alternate {
|
.popup-alternating-menu-item:alternate {
|
||||||
font-weight: normal; }
|
font-weight: normal; }
|
||||||
|
@ -334,11 +334,11 @@ StScrollBar {
|
|||||||
.popup-combobox-item { spacing: 1em; }
|
.popup-combobox-item { spacing: 1em; }
|
||||||
|
|
||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
height: 2px; //not really the whole box
|
-gradient-height: 2px;
|
||||||
margin: 10px 0px;
|
-gradient-start: transparent;
|
||||||
background-color: transparent;
|
-gradient-end: transparent;
|
||||||
border: none;
|
-margin-horizontal: 1.5em;
|
||||||
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1;
|
height: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-alternating-menu-item:alternate {
|
.popup-alternating-menu-item:alternate {
|
||||||
|
Loading…
Reference in New Issue
Block a user