From a69fc5dd23bd502fd36892a80eec21a4c53891f8 Mon Sep 17 00:00:00 2001 From: randx Date: Sat, 21 Jul 2012 10:23:05 +0300 Subject: Endless event loading for dsahboard --- app/assets/stylesheets/header.scss | 3 --- app/assets/stylesheets/themes/ui_mars.scss | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'app/assets') diff --git a/app/assets/stylesheets/header.scss b/app/assets/stylesheets/header.scss index c3a570036bb..07eba39b275 100644 --- a/app/assets/stylesheets/header.scss +++ b/app/assets/stylesheets/header.scss @@ -125,9 +125,6 @@ header { display: block; cursor: pointer; img { - -moz-box-shadow: 0 0 5px #ccc; - -webkit-box-shadow: 0 0 5px #ccc; - box-shadow: 0 0 5px #ccc; border-radius: 4px; right: 5px; position: absolute; diff --git a/app/assets/stylesheets/themes/ui_mars.scss b/app/assets/stylesheets/themes/ui_mars.scss index 0fea6144431..39dcab1d085 100644 --- a/app/assets/stylesheets/themes/ui_mars.scss +++ b/app/assets/stylesheets/themes/ui_mars.scss @@ -70,8 +70,7 @@ } } .separator { - border-color:#444; - background:#31363E; + display:none; } } -- cgit v1.2.1