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,7 +4,7 @@
|
||||
|
||||
/* Entries */
|
||||
#searchbar,
|
||||
#search-box,
|
||||
#input,
|
||||
#loginTextbox,
|
||||
#password1Textbox {
|
||||
-moz-appearance: none !important;
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
/* Entries focused */
|
||||
#searchbar:focus-within,
|
||||
#search-box[focused],
|
||||
#input[focused],
|
||||
#loginTextbox:focus,
|
||||
#password1Textbox:focus {
|
||||
border: 1px solid transparent !important;
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
/* Inactive window entries */
|
||||
#searchbar:-moz-window-inactive,
|
||||
#search-box:-moz-window-inactive,
|
||||
#search-box:-moz-window-inactive #input,
|
||||
#loginTextbox:-moz-window-inactive,
|
||||
#password1Textbox:-moz-window-inactive {
|
||||
background-color: var(--gnome-inactive-urlbar-background) !important;
|
||||
@@ -56,12 +56,6 @@
|
||||
margin: 0 3px !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
.searchbar-textbox {
|
||||
border: 0 !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
min-height: auto !important;
|
||||
}
|
||||
#searchbar > .searchbar-textbox[focused] .searchbar-search-button:not(#hack) {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
@@ -170,15 +170,18 @@ $list_shadow: if($variant == 'light',
|
||||
%linked_vertical{
|
||||
border-radius: 0;
|
||||
border-bottom-style: none;
|
||||
|
||||
&:first-child {
|
||||
border-top-left-radius: $bt_radius;
|
||||
border-top-right-radius: $bt_radius;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-bottom-left-radius: $bt_radius;
|
||||
border-bottom-right-radius: $bt_radius;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
&:only-child {
|
||||
border-radius: $bt_radius;
|
||||
border-style: solid;
|
||||
|
||||
Reference in New Issue
Block a user