aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/chrome.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/chrome.php')
-rw-r--r--views/default/css/elements/chrome.php7
1 files changed, 7 insertions, 0 deletions
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;
}