From 58a8abc3703ba1a9906910a9b54dcb775a7e2652 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 31 Mar 2016 15:55:30 +0200 Subject: set background for acceleditor --- common/gtk-3.0/3.20/gtk-dark.css | 2 ++ common/gtk-3.0/3.20/gtk-darker.css | 2 ++ common/gtk-3.0/3.20/gtk-solid-dark.css | 2 ++ common/gtk-3.0/3.20/gtk-solid-darker.css | 2 ++ common/gtk-3.0/3.20/gtk-solid.css | 2 ++ common/gtk-3.0/3.20/gtk.css | 2 ++ common/gtk-3.0/3.20/sass/_common.scss | 2 ++ 7 files changed, 14 insertions(+) (limited to 'common/gtk-3.0') diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css index e4a963b..11ef8bf 100644 --- a/common/gtk-3.0/3.20/gtk-dark.css +++ b/common/gtk-3.0/3.20/gtk-dark.css @@ -1364,6 +1364,8 @@ treeview.view { -GtkTreeView-expander-size: 16; border-left-color: rgba(211, 218, 227, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } + treeview.view acceleditor > label { + background-color: #5294E2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index 2eb46f4..16f7ae9 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -1363,6 +1363,8 @@ treeview.view { -GtkTreeView-expander-size: 16; border-left-color: rgba(92, 97, 108, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } + treeview.view acceleditor > label { + background-color: #5294E2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index bbfb358..bf7134a 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -1364,6 +1364,8 @@ treeview.view { -GtkTreeView-expander-size: 16; border-left-color: rgba(211, 218, 227, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } + treeview.view acceleditor > label { + background-color: #5294E2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index 2563f63..8f2f894 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -1363,6 +1363,8 @@ treeview.view { -GtkTreeView-expander-size: 16; border-left-color: rgba(92, 97, 108, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } + treeview.view acceleditor > label { + background-color: #5294E2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index ef93309..e51df2e 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -1367,6 +1367,8 @@ treeview.view { -GtkTreeView-expander-size: 16; border-left-color: rgba(92, 97, 108, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } + treeview.view acceleditor > label { + background-color: #5294E2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index a5b1a2e..31b67f5 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -1367,6 +1367,8 @@ treeview.view { -GtkTreeView-expander-size: 16; border-left-color: rgba(92, 97, 108, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } + treeview.view acceleditor > label { + background-color: #5294E2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 1dbef2a..0242cd2 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -1399,6 +1399,8 @@ treeview.view { rubberband { @extend rubberband; } // to avoid borders being overridden by the previously set props + acceleditor > label { background-color: $selected_bg_color; } + &:selected { &, &:focus { border-radius: 0; -- cgit v1.2.3