mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-05-28 06:38:33 +00:00
update
This commit is contained in:
@@ -119,7 +119,7 @@ tab[selected]:-moz-window-inactive .tab-label {
|
||||
justify-content: center !important;
|
||||
align-items: center !important;
|
||||
min-width: 100% !important;
|
||||
padding: 0 10px !important;
|
||||
padding: 0 8px !important;
|
||||
}
|
||||
|
||||
.tab-label {
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
/* about:newtab */
|
||||
|
||||
.context-menu {
|
||||
background: var(--gnome-menu-background) !important;
|
||||
border-radius: 12px !important;
|
||||
box-shadow: var(--gnome-popover-shadow) !important;
|
||||
box-shadow: var(--gnome-popover-shadow), 0 0 0 1px rgba(0, 0, 0, 0.12) !important;
|
||||
padding: 6px !important;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.context-menu {
|
||||
border: 1px solid rgba(255, 255, 255, 0.06) !important;
|
||||
box-shadow: var(--gnome-popover-shadow), 0 0 0 1px rgba(0, 0, 0, 0.75) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user