summaryrefslogtreecommitdiff
path: root/themes/Adwaita/icons.css
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-11-09 01:49:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-11-09 01:49:49 (GMT)
commit2df715e74d6600ed0a5688a43f6ecd873957326a (patch)
treefeeb09b609a1fea8ae4441a83107767007ccba37 /themes/Adwaita/icons.css
parente5808e7df6eb36ff8e150e57e8691a0b05222844 (diff)
Loaded GTK CSS extensions from files in a given theme directory.
Diffstat (limited to 'themes/Adwaita/icons.css')
-rw-r--r--themes/Adwaita/icons.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/themes/Adwaita/icons.css b/themes/Adwaita/icons.css
new file mode 100644
index 0000000..4986ab2
--- /dev/null
+++ b/themes/Adwaita/icons.css
@@ -0,0 +1,27 @@
+
+#img-undo {
+
+ background-image: url("undo.png");
+ background-repeat: space;
+
+ padding-right: 10px;
+
+}
+
+#img-redo {
+
+ background-image: url("redo.png");
+ background-repeat: space;
+
+ padding-right: 10px;
+
+}
+
+#img-clean {
+
+ background-image: url("clean.png");
+ background-repeat: space;
+
+ padding-right: 10px;
+
+}