mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-04-20 02:45:21 +00:00
update
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
/* Entries */
|
||||
#searchbar,
|
||||
#input,
|
||||
#loginTextbox,
|
||||
search-textbox,
|
||||
#password1Textbox {
|
||||
-moz-appearance: none !important;
|
||||
background-color: var(--gnome-urlbar-background) !important;
|
||||
@@ -24,9 +24,19 @@
|
||||
transition: outline 100ms ease-out;
|
||||
}
|
||||
|
||||
#input {
|
||||
background-color: var(--gnome-urlbar-background) !important;
|
||||
border: 1px solid var(--gnome-urlbar-border-color) !important;
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -2px;
|
||||
border-radius: 8px !important;
|
||||
background-clip: padding-box !important;
|
||||
}
|
||||
|
||||
/* Entries focused */
|
||||
#searchbar:focus-within,
|
||||
#input[focused],
|
||||
#input:focus,
|
||||
search-textbox:focus,
|
||||
#loginTextbox:focus,
|
||||
#password1Textbox:focus {
|
||||
border: 1px solid transparent !important;
|
||||
@@ -39,7 +49,7 @@
|
||||
|
||||
/* Inactive window entries */
|
||||
#searchbar:-moz-window-inactive,
|
||||
#search-box:-moz-window-inactive #input,
|
||||
#input:-moz-window-inactive,
|
||||
#loginTextbox:-moz-window-inactive,
|
||||
#password1Textbox:-moz-window-inactive {
|
||||
background-color: var(--gnome-inactive-urlbar-background) !important;
|
||||
|
||||
@@ -54,8 +54,8 @@ fxview-search-textbox {
|
||||
}
|
||||
|
||||
.sidebar-splitter {
|
||||
width: 1px !important;
|
||||
background-color: var(--gnome-toolbar-border-color, var(--gnome-toolbar-background)) !important;
|
||||
background-image: linear-gradient(to top, var(--sidebar-background-color) 0%, var(--sidebar-background-color) 100%);
|
||||
border: none !important;
|
||||
min-width: 1px !important;
|
||||
background: var(--gnome-browser-before-load-background) !important;
|
||||
border-left: 1px solid var(--gnome-sidebar-border-color) !important;
|
||||
border-right: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user