WE ARE GOING

This commit is contained in:
h
2023-10-05 02:14:46 -04:00
parent 45410393da
commit 21c909da9a
107 changed files with 4397 additions and 10 deletions
+26
View File
@@ -0,0 +1,26 @@
/**************
* ComboBoxes *
**************/
combobox arrow {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
min-height: 16px;
min-width: 16px;
}
combobox menu,
combobox .menu {
padding: 2px 0;
}
combobox menu menuitem,
combobox .menu menuitem {
min-height: 28px;
padding: 0 10px;
}
combobox menu menuitem:hover {
background-color: @selected_bg_color;
}
combobox:drop(active) {
box-shadow: none;
}