aboutsummaryrefslogtreecommitdiff
path: root/.themes/FlatColor/gtk-3.0/widgets/check-radio.css
diff options
context:
space:
mode:
Diffstat (limited to '.themes/FlatColor/gtk-3.0/widgets/check-radio.css')
-rw-r--r--.themes/FlatColor/gtk-3.0/widgets/check-radio.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/.themes/FlatColor/gtk-3.0/widgets/check-radio.css b/.themes/FlatColor/gtk-3.0/widgets/check-radio.css
new file mode 100644
index 0000000..6e56d2e
--- /dev/null
+++ b/.themes/FlatColor/gtk-3.0/widgets/check-radio.css
@@ -0,0 +1,22 @@
+/*******************
+ * check and radio *
+ *******************/
+.check,
+.radio,
+.check:insensitive,
+.radio:insensitive {
+
+}
+
+.check {
+ border-radius: 3px;
+}
+
+GtkCheckButton:hover,
+GtkCheckButton:active:hover,
+GtkCheckButton:selected,
+GtkCheckButton:selected:focus {
+ background-color: transparent;
+}
+
+