From 64a0e05c9249dc9e23964452419963fcdbdc0ca2 Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 4 Apr 2011 02:13:10 +0000 Subject: Refs #3108 fixed widgets for main site (not admin) and tweaked topbar git-svn-id: http://code.elgg.org/elgg/trunk@8933 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/chrome.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'views/default/css/elements/chrome.php') diff --git a/views/default/css/elements/chrome.php b/views/default/css/elements/chrome.php index ab142707d..42fe910a5 100644 --- a/views/default/css/elements/chrome.php +++ b/views/default/css/elements/chrome.php @@ -87,6 +87,10 @@ h2 { background-color: white; } +.elgg-transition:hover { + opacity: .7; +} + .elgg-comments { margin-top: 25px; } @@ -100,6 +104,9 @@ h2 { .elgg-border-plain { border: 1px solid #eeeeee; } +.elgg-border-transition { + border: 1px solid #eeeeee; +} .elgg-divide-top { border-top: 1px solid #CCCCCC; } -- cgit v1.2.3