Update css files
This commit is contained in:
parent
e597eb02fd
commit
def2bc7054
@ -2545,7 +2545,7 @@ StScrollBar {
|
||||
|
||||
.app-folder-dialog {
|
||||
background: black;
|
||||
box-shadow: 0 0 20px black; }
|
||||
box-shadow: 0 0 20px #030303; }
|
||||
.app-folder-dialog .folder-name-container .edit-folder-button, .app-folder-dialog .folder-name-container .edit-folder-button:hover, .app-folder-dialog .folder-name-container .edit-folder-button:active {
|
||||
background: white;
|
||||
color: black; }
|
||||
|
||||
@ -5537,8 +5537,11 @@ headerbar.default-decoration {
|
||||
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
||||
headerbar.default-decoration button.titlebutton {
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
margin: 0; }
|
||||
min-width: 0; }
|
||||
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
||||
headerbar.default-decoration button.titlebutton,
|
||||
headerbar.default-decoration button.titlebutton:last-child {
|
||||
margin: 0; }
|
||||
|
||||
paned headerbar:first-child,
|
||||
hdyleaflet headerbar:first-child,
|
||||
@ -6117,6 +6120,9 @@ list.tweak-categories separator {
|
||||
margin: 8px; }
|
||||
|
||||
/* Whisker menu */
|
||||
#whiskermenu-button image {
|
||||
-gtk-icon-shadow: 0 0 3px #2777ff, 0 0 3px #2777ff; }
|
||||
|
||||
#whiskermenu-window entry {
|
||||
border-radius: 100px;
|
||||
border: 2px solid #2777ff;
|
||||
|
||||
@ -2540,7 +2540,7 @@ StScrollBar {
|
||||
|
||||
.app-folder-dialog {
|
||||
background: black;
|
||||
box-shadow: 0 0 20px black; }
|
||||
box-shadow: 0 0 20px #030303; }
|
||||
.app-folder-dialog .folder-name-container .edit-folder-button, .app-folder-dialog .folder-name-container .edit-folder-button:hover, .app-folder-dialog .folder-name-container .edit-folder-button:active {
|
||||
background: white;
|
||||
color: black; }
|
||||
|
||||
@ -5537,8 +5537,11 @@ headerbar.default-decoration {
|
||||
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
||||
headerbar.default-decoration button.titlebutton {
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
margin: 0; }
|
||||
min-width: 0; }
|
||||
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
||||
headerbar.default-decoration button.titlebutton,
|
||||
headerbar.default-decoration button.titlebutton:last-child {
|
||||
margin: 0; }
|
||||
|
||||
paned headerbar:first-child,
|
||||
hdyleaflet headerbar:first-child,
|
||||
@ -6117,6 +6120,9 @@ list.tweak-categories separator {
|
||||
margin: 8px; }
|
||||
|
||||
/* Whisker menu */
|
||||
#whiskermenu-button image {
|
||||
-gtk-icon-shadow: 0 0 3px #2777ff, 0 0 3px #2777ff; }
|
||||
|
||||
#whiskermenu-window entry {
|
||||
border-radius: 100px;
|
||||
border: 2px solid #2777ff;
|
||||
|
||||
@ -5558,8 +5558,11 @@ headerbar.default-decoration {
|
||||
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
||||
headerbar.default-decoration button.titlebutton {
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
margin: 0; }
|
||||
min-width: 0; }
|
||||
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
||||
headerbar.default-decoration button.titlebutton,
|
||||
headerbar.default-decoration button.titlebutton:last-child {
|
||||
margin: 0; }
|
||||
|
||||
paned headerbar:first-child,
|
||||
hdyleaflet headerbar:first-child,
|
||||
@ -6138,6 +6141,9 @@ list.tweak-categories separator {
|
||||
margin: 8px; }
|
||||
|
||||
/* Whisker menu */
|
||||
#whiskermenu-button image {
|
||||
-gtk-icon-shadow: 0 0 3px #2777ff, 0 0 3px #2777ff; }
|
||||
|
||||
#whiskermenu-window entry {
|
||||
border-radius: 100px;
|
||||
border: 2px solid #2777ff;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user