From: Sem Date: Mon, 20 Aug 2012 15:57:01 +0000 (+0200) Subject: Changed tab background color and removed title bottom line. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1356b18e0d032b5fb5f65150edac0e3311edbf7d;p=lorea%2Fsaravea_theme.git Changed tab background color and removed title bottom line. --- diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php index 865bf43..0a6d7bd 100644 --- a/views/default/css/elements/layout.php +++ b/views/default/css/elements/layout.php @@ -107,7 +107,6 @@ body { } .elgg-main > .elgg-head { padding-bottom: 3px; - border-bottom: 1px solid #CCCCCC; margin-bottom: 10px; } diff --git a/views/default/css/elements/navigation.php b/views/default/css/elements/navigation.php index 2357484..07ef291 100644 --- a/views/default/css/elements/navigation.php +++ b/views/default/css/elements/navigation.php @@ -77,7 +77,7 @@ } .elgg-tabs .elgg-state-selected { border-color: #999; - background: #edecfa; + background: #eeeeee; position: relative; top: 1px; } @@ -309,7 +309,7 @@ } .elgg-menu-filter > .elgg-state-selected { border-color: #999; - background: #edecfa; + background: #eee; position: relative; top: 1px; }