aboutsummarylogtreecommitdiffstats
path: root/smaller-adwaita.css
diff options
context:
space:
mode:
Diffstat (limited to 'smaller-adwaita.css')
-rw-r--r--smaller-adwaita.css28
1 files changed, 21 insertions, 7 deletions
diff --git a/smaller-adwaita.css b/smaller-adwaita.css
index 684651c2ce31..01f02a31e1c5 100644
--- a/smaller-adwaita.css
+++ b/smaller-adwaita.css
@@ -1,28 +1,36 @@
/* GTK3-mushrooms */
-button {
+button,
+button.titlebutton {
padding: 3px 7px;
min-height: 20px;
min-width: 15px;
}
-notebook > header.top tab, notebook > header.bottom tab {
+notebook > header.top tab,
+notebook > header.bottom tab {
padding: 0 5px;
}
-notebook > header.left tab, notebook > header.right tab {
+notebook > header.left tab,
+notebook > header.right tab {
padding: 0 8px;
}
notebook tab button {
padding: 0px;
min-height: 15px;
}
-entry, spinbutton:not(.vertical) {
+entry,
+spinbutton:not(.vertical) {
min-height: 26px;
}
treeview button {
padding: 0 7px;
min-height: 23px;
}
-progressbar.horizontal trough, progressbar.horizontal progress, progressbar.vertical trough, progressbar.vertical progress, levelbar trough {
+progressbar.horizontal trough,
+progressbar.horizontal progress,
+progressbar.vertical trough,
+progressbar.vertical progress,
+levelbar trough {
min-height: 9px;
min-width: 9px;
}
@@ -35,7 +43,13 @@ headerbar, switch slider {
popover > * {
margin: -4px;
}
-.background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar {
+tooltip * {
+ padding: 0px;
+}
+.background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar:backdrop,
+.background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar,
+.titlebar:not(headerbar),
+headerbar {
background-image: none;
border-radius: 0;
}
@@ -46,4 +60,4 @@ placessidebar row button.sidebar-button {
min-height: 20px;
min-width: 20px;
padding: 0;
-}
+} \ No newline at end of file