diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | control-center.css | 5 |
2 files changed, 2 insertions, 5 deletions
@@ -1,3 +1,5 @@ +- fix gtk+ warnings about deprecated style property + Version 13.7 - 28 May 2016, RĂ©mi Verschelde - pack a 128px icon for the GTK+3 window (mga#18226) 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 } |