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
+39
View File
@@ -0,0 +1,39 @@
/***********
* toolbar *
***********/
toolbar {
padding: 4px;
border-style: none;
background-color: @tooltip_bg_color;
background-image: none;
}
toolbar button {
padding: 2px;
}
toolbar button.text-button {
padding: 2px 4px;
}
toolbar button.path-bar-button {
padding: 6px;
}
toolbar button.image-button {
padding: 2px;
}
toolbar:disabled {
background-color: @bg_color;
}
/* menubar toolbars */
toolbar.menubar {
-GtkToolbar-button-relief: normal;
}
linked entry:active,
linked entry:focus {
box-shadow: inset 4px 0 @selected_bg_color;
}