mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Gtk-4: Fix menubar item style
This commit is contained in:
@@ -2727,15 +2727,15 @@ menubar,
|
|||||||
-GtkWidget-window-dragging: true;
|
-GtkWidget-window-dragging: true;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); }
|
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); }
|
||||||
menubar > menuitem,
|
menubar > item,
|
||||||
.menubar > menuitem {
|
.menubar > item {
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
padding: 4px 8px; }
|
padding: 4px 8px; }
|
||||||
menubar > menuitem:hover,
|
menubar > item:hover,
|
||||||
.menubar > menuitem:hover {
|
.menubar > item:hover {
|
||||||
box-shadow: inset 0 -3px #c50ed2; }
|
box-shadow: inset 0 -3px #c50ed2; }
|
||||||
menubar > menuitem:disabled,
|
menubar > item:disabled,
|
||||||
.menubar > menuitem:disabled {
|
.menubar > item:disabled {
|
||||||
color: #6d707b;
|
color: #6d707b;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
|
|||||||
@@ -2727,15 +2727,15 @@ menubar,
|
|||||||
-GtkWidget-window-dragging: true;
|
-GtkWidget-window-dragging: true;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); }
|
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); }
|
||||||
menubar > menuitem,
|
menubar > item,
|
||||||
.menubar > menuitem {
|
.menubar > item {
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
padding: 4px 8px; }
|
padding: 4px 8px; }
|
||||||
menubar > menuitem:hover,
|
menubar > item:hover,
|
||||||
.menubar > menuitem:hover {
|
.menubar > item:hover {
|
||||||
box-shadow: inset 0 -3px #c50ed2; }
|
box-shadow: inset 0 -3px #c50ed2; }
|
||||||
menubar > menuitem:disabled,
|
menubar > item:disabled,
|
||||||
.menubar > menuitem:disabled {
|
.menubar > item:disabled {
|
||||||
color: #6d707b;
|
color: #6d707b;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ menubar,
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
box-shadow: inset 0 -1px transparentize(black, 0.9);
|
box-shadow: inset 0 -1px transparentize(black, 0.9);
|
||||||
|
|
||||||
> menuitem {
|
> item {
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user