mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
gnome-shell: remove menu separator margins
This commit is contained in:
parent
76d343ff8b
commit
1de4ef7977
@ -517,7 +517,7 @@ StScrollBar {
|
|||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
-gradient-height: 0px;
|
-gradient-height: 0px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
margin: 10px 0px;
|
margin: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-gradient-direction: none !important;
|
background-gradient-direction: none !important;
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -517,7 +517,7 @@ StScrollBar {
|
|||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
-gradient-height: 0px;
|
-gradient-height: 0px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
margin: 10px 0px;
|
margin: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-gradient-direction: none !important;
|
background-gradient-direction: none !important;
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -635,7 +635,7 @@ StScrollBar {
|
|||||||
-gradient-height: 0px;
|
-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: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-gradient-direction: none !important;
|
background-gradient-direction: none !important;
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -466,7 +466,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
margin: 10px 0px;
|
margin: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
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; }
|
||||||
|
@ -466,7 +466,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
margin: 10px 0px;
|
margin: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
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; }
|
||||||
|
@ -592,7 +592,7 @@ StScrollBar {
|
|||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
//-margin-horizontal: 24px;
|
//-margin-horizontal: 24px;
|
||||||
height: 2px; //not really the whole box
|
height: 2px; //not really the whole box
|
||||||
margin: 10px 0px;
|
margin: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
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;
|
||||||
|
@ -495,7 +495,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
margin: 10px 0;
|
margin: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
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; }
|
||||||
|
@ -495,7 +495,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
margin: 10px 0;
|
margin: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
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; }
|
||||||
|
@ -659,7 +659,7 @@ StScrollBar {
|
|||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
//-margin-horizontal: 24px;
|
//-margin-horizontal: 24px;
|
||||||
height: 2px; //not really the whole box
|
height: 2px; //not really the whole box
|
||||||
margin: 10px 0;
|
margin: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
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