aboutsummaryrefslogtreecommitdiff
path: root/.themes/FlatColor/gtk-3.20/widgets/cell-row.css
diff options
context:
space:
mode:
Diffstat (limited to '.themes/FlatColor/gtk-3.20/widgets/cell-row.css')
-rw-r--r--.themes/FlatColor/gtk-3.20/widgets/cell-row.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/.themes/FlatColor/gtk-3.20/widgets/cell-row.css b/.themes/FlatColor/gtk-3.20/widgets/cell-row.css
new file mode 100644
index 0000000..c763c25
--- /dev/null
+++ b/.themes/FlatColor/gtk-3.20/widgets/cell-row.css
@@ -0,0 +1,25 @@
+/****************
+ * cell and row *
+ ****************/
+.cell {
+ border-width: 0;
+ border-radius: 0px;
+}
+
+.cell:selected,
+.cell:selected:focus {
+ background-color: @selected_bg_color;
+ color: @selected_fg_color;
+}
+
+row:selected,
+row:selected:hover,
+row:selected:focus {
+ border-width: 0;
+ border-style: none;
+ border-radius: 0;
+ background-color: @selected_bg_color;
+ background-image: none;
+ color: @selected_fg_color;
+
+}