From b77a7d585cf6cf2420dd770e42ba5b1e08a4e12c Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 11 Mar 2024 17:12:20 +0100 Subject: initial commit --- .themes/FlatColor/gtk-3.0/widgets/cell-row.css | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .themes/FlatColor/gtk-3.0/widgets/cell-row.css (limited to '.themes/FlatColor/gtk-3.0/widgets/cell-row.css') 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; +} -- cgit v1.3.1