summaryrefslogtreecommitdiff
path: root/themes/Adwaita/core.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Adwaita/core.css')
-rw-r--r--themes/Adwaita/core.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/themes/Adwaita/core.css b/themes/Adwaita/core.css
new file mode 100644
index 0000000..a7760a1
--- /dev/null
+++ b/themes/Adwaita/core.css
@@ -0,0 +1,16 @@
+
+.tinybutton {
+
+ min-width: 12px;
+ min-height: 12px;
+
+ padding: 2px;
+
+}
+
+.tinybutton > image {
+
+ background-position: center center;
+ background-repeat: no-repeat;
+
+}