summaryrefslogtreecommitdiffstats
path: root/control-center.css
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-10-22 23:53:36 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-10-23 00:01:23 +0200
commit3ee31b88c05391918b40642ad0db150050caaa46 (patch)
tree589fb8a9bddc8f677b01851f84ff2662f5b16bc2 /control-center.css
parent27339561aba75a7e2579672d132b7cb38334ae60 (diff)
downloadcontrol-center-3ee31b88c05391918b40642ad0db150050caaa46.tar
control-center-3ee31b88c05391918b40642ad0db150050caaa46.tar.gz
control-center-3ee31b88c05391918b40642ad0db150050caaa46.tar.bz2
control-center-3ee31b88c05391918b40642ad0db150050caaa46.tar.xz
control-center-3ee31b88c05391918b40642ad0db150050caaa46.zip
fix gtk+ warnings about deprecated style property
we could have switched to 'outline' & 'outline-width' CSS properties but those rules were not actually used since: commit 3f121fb587ac7bd24146b73a3b1a6205945112d0 for widgets named 'focus' commit affb4f01253426fb7c8159c947e08b803d226eb9 for GtkTextView
Diffstat (limited to 'control-center.css')
-rw-r--r--control-center.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/control-center.css b/control-center.css
index 6ea3c0ad..6579678b 100644
--- a/control-center.css
+++ b/control-center.css
@@ -27,11 +27,6 @@
# scrolled windows per mcc category
*/
-GtkTextView, focus * {
- -GtkTreeView-interior-focus: 0;
- -GtkTreeView-focus-line-width: 0;
-}
-
#StepsLabel {
color: #FFFFFF
}