From 62b8f970d677d33a5577459310abcce6c0e8ab76 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Mon, 17 Jun 2013 14:23:45 +0530 Subject: [PATCH] Change focus style --- gtk-2.0/gtkrc | 2 +- gtk-3.0/gtk-widgets.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index d2bcba9..cc24b29 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -118,7 +118,7 @@ style "murrine-default" { colorize_scrollbar = FALSE comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow contrast = 0.8 - focusstyle = 3 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow + focusstyle = 1 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight glowstyle = 0 gradient_shades = { 1.0, 1.0, 1.0, 1.0 } diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index 7d4976c..57217ed 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -330,7 +330,7 @@ GtkAssistant .sidebar { border-left-width: 0; } -/*leftmost button */ +/* leftmost button */ .linked .entry:first-child, .linked .button:first-child, .linked .button:active:first-child, @@ -2310,4 +2310,4 @@ GtkViewport.frame { .view:selected:focus { background-color: @theme_selected_bg_color; color: @theme_selected_fg_color; -} +} \ No newline at end of file