From a30bb1ef330483fe93939a894a6f035ffb3cfd9b Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 9 Oct 2013 14:36:41 +0200 Subject: [PATCH] Improve style for unfocused windows --- public_html/static/css/jsde.style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/public_html/static/css/jsde.style.css b/public_html/static/css/jsde.style.css index 8dc3c25..ebb4dd7 100755 --- a/public_html/static/css/jsde.style.css +++ b/public_html/static/css/jsde.style.css @@ -34,6 +34,13 @@ div.window-title font-weight: bold; padding: 4px; padding-left: 7px; + border-top: 1px solid #959595; + border-right: 1px solid #959595; + border-left: 1px solid #959595; +} + +div.window-focused div.window-title +{ border-top: 1px solid #6262FF; border-right: 1px solid #6262FF; border-left: 1px solid #6262FF; @@ -80,12 +87,12 @@ div.window-styled div.window-title linear, left bottom, left top, - color-stop(0, rgb(16,44,73)), + color-stop(0, rgb(82,82,82)), color-stop(1, rgb(145,172,190)) ); background-image: -moz-linear-gradient( center bottom, - rgb(16,44,73) 0%, + rgb(82,82,82) 0%, rgb(145,172,190) 100% );