diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-08 23:41:41 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-08 23:41:41 +0200 |
commit | 82d2c45e14e5089defef8712dafa0fe97e16f8e0 (patch) | |
tree | 6fef62f9249f7bd8c94f82687629ac48606c1c51 | |
parent | 5ed1030dbf2fed22f0c5b4aaa9248ee3998e5cd6 (diff) | |
download | nextcloud-server-82d2c45e14e5089defef8712dafa0fe97e16f8e0.tar.gz nextcloud-server-82d2c45e14e5089defef8712dafa0fe97e16f8e0.zip |
cursor pointer cursor thingy
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 7960617d24a..6f153f42098 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -95,7 +95,7 @@ legend { padding:.2em; font-size:1.2em; } #navigation .subentry.active { background-color:#bbb; border-top:1px solid #888; border-bottom:1px solid #bbb; } #navigation .subentry a { padding-left:3.1em; font-size:1em; } #navigation #settings { position:absolute; bottom:3.5em; width:100%; } -#navigation #expand { margin:0 0 .2em 1.2em; } +#navigation #expand { margin:0 0 .2em 1.2em; cursor:pointer; } /* USER SETTINGS ------------------------------------------------------------ */ #quota_indicator { margin:0 4em 1em 0; padding:0; border:1px solid #ddd; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; } |