summaryrefslogtreecommitdiff
path: root/themes/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/icons.css
parente5808e7df6eb36ff8e150e57e8691a0b05222844 (diff)
Loaded GTK CSS extensions from files in a given theme directory.
Diffstat (limited to 'themes/icons.css')
-rw-r--r--themes/icons.css27
1 files changed, 0 insertions, 27 deletions
diff --git a/themes/icons.css b/themes/icons.css
deleted file mode 100644
index 4986ab2..0000000
--- a/themes/icons.css
+++ /dev/null
@@ -1,27 +0,0 @@
-
-#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;
-
-}