aboutsummaryrefslogtreecommitdiff
path: root/.themes/FlatColor/gtk-3.0/widgets/cell-row.css
diff options
context:
space:
mode:
Diffstat (limited to '.themes/FlatColor/gtk-3.0/widgets/cell-row.css')
-rw-r--r--.themes/FlatColor/gtk-3.0/widgets/cell-row.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/.themes/FlatColor/gtk-3.0/widgets/cell-row.css b/.themes/FlatColor/gtk-3.0/widgets/cell-row.css
new file mode 100644
index 0000000..58f6c1d
--- /dev/null
+++ b/.themes/FlatColor/gtk-3.0/widgets/cell-row.css
@@ -0,0 +1,27 @@
+/****************
+ * cell and row *
+ ****************/
+.cell {
+ border-width: 0;
+ border-radius: 5px;
+}
+
+.cell:selected,
+.cell:selected:focus {
+ background-color: @theme_selected_bg_color;
+ color: @theme_selected_fg_color;
+}
+
+row:selected,
+row:selected:hover,
+row:selected:focus {
+ border-width: 0;
+ border-style: none;
+ border-radius: 0;
+ background-color: @theme_selected_bg_color;
+ background-image: none;
+ color: @theme_selected_fg_color;
+
+ -GtkWidget-focus-padding: 1;
+ -GtkWidget-focus-line-width: 0;
+}