summaryrefslogtreecommitdiff
path: root/themes/Adwaita/widgets.css
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-07-14 20:28:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-07-14 20:28:27 (GMT)
commit1d8637561d127fb7b87f9eeae8109d64608180b2 (patch)
tree85296be1ad468f700b1365585ce07eced583c27b /themes/Adwaita/widgets.css
parentce1baffaf5917431602a6967f8df99a183b3f1c3 (diff)
Extended the theme definitions.
Diffstat (limited to 'themes/Adwaita/widgets.css')
-rw-r--r--themes/Adwaita/widgets.css24
1 files changed, 0 insertions, 24 deletions
diff --git a/themes/Adwaita/widgets.css b/themes/Adwaita/widgets.css
deleted file mode 100644
index 6666efb..0000000
--- a/themes/Adwaita/widgets.css
+++ /dev/null
@@ -1,24 +0,0 @@
-
-.graph-block {
-
- background-color: rgba(0, 0, 0, 0.1);
-
-}
-
-.block-palette > image {
-
- background-image: url('resource:///org/chrysalide/gui/core/images/palette.png');
-
-}
-
-.block-collapse > image {
-
- background-image: url('resource:///org/chrysalide/gui/core/images/collapse.png');
-
-}
-
-.block-expand > image {
-
- background-image: url('resource:///org/chrysalide/gui/core/images/expand.png');
-
-}