Initial commit

This commit is contained in:
2021-01-07 18:44:37 +00:00
commit 6148739c1a
455 changed files with 77698 additions and 0 deletions

36
gtk-3.0/widgets/search-bar.css Executable file
View File

@@ -0,0 +1,36 @@
/***************
* search bars *
***************/
.search-bar.primary-toolbar,
.search-bar.toolbar,
.search-bar {
padding: 7px;
background-color: @theme_bg_color;
color: @theme_fg_color;
border:none;
}
.search-bar GtkSearchEntry,
.search-bar GtkSearchEntry:focus,
.search-bar.primary-toolbar GtkSearchEntry,
.search-bar.primary-toolbar GtkSearchEntry:focus {
border-radius: 5px;
border-color:transparent;
}
.search-bar .button.close-button {
padding: 4px;
}
.search-bar.toolbar .button {
border: none;
background: none;
color: @theme_fg_color;
}
.search-bar.toolbar .button:hover,
.search-bar.toolbar .button:active:hover,
.search-bar.toolbar .button:checked:checked {
background: none;
color: @selected_bg_color;
}