summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-11 23:38:43 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-11 23:38:50 +0200
commit577f2952bda6550fa6f4064bac4d0785a24c63c0 (patch)
tree15e735dbe2dd5620a05bbfef5b844180d2950008 /core/css
parent972f7d7e6083931babfc7d4a7534d02a76ad351d (diff)
downloadnextcloud-server-577f2952bda6550fa6f4064bac4d0785a24c63c0.tar.gz
nextcloud-server-577f2952bda6550fa6f4064bac4d0785a24c63c0.zip
action icons are now ACTION ICONS
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 75e30c9df38..ff12ab1e07c 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -91,7 +91,6 @@ legend { padding:.2em; font-size:1.2em; }
#expand { margin:0 0 .2em 1.2em; cursor:pointer; }
#expand+span { position:relative; bottom:.4em; left:.2em; font-size:1.2em; color:#666; text-shadow:#f8f8f8 0 1px 0; }
#logout { position:absolute; right:0; top:0; padding:1.2em 2em .55em 1.2em; }
-#logout:hover, #logout:focus { background:rgba(0,0,0,.5); }
/* USER SETTINGS ------------------------------------------------------------ */
#quota_indicator { margin:0 4em 1em 0; padding:0; border:1px solid #ccc; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }
@@ -102,3 +101,6 @@ li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; background:#ff
#notification{ z-index:101; cursor:pointer; background-color:#fc4; border:0; padding:0 .7em .3em; display:block; position:fixed; left:50%; top:0;
-moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em; border-bottom-left-radius:1em;
-moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em; border-bottom-right-radius:1em; }
+
+.file_action, .selectedActions a, #logout { opacity:.5; }
+.file_action:hover, .selectedActions a:hover, #logout:hover { opacity:1; }