diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-12-14 23:24:51 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-12-14 23:24:51 +0100 |
commit | 74d41b8b96e48fa7ac6aaca132340c94ccd50964 (patch) | |
tree | cdfca7aa380aff414f043994ac69504f4d989f3e | |
parent | 4ee9d394222e2546f02cc2795b352f3fecc1889e (diff) | |
download | nextcloud-server-74d41b8b96e48fa7ac6aaca132340c94ccd50964.tar.gz nextcloud-server-74d41b8b96e48fa7ac6aaca132340c94ccd50964.zip |
dim Default Storage label color a bit
-rw-r--r-- | settings/css/settings.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 560862fa12f..2f70b003d56 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -39,7 +39,7 @@ div.quota-select-wrapper { position: relative; } select.quota { position:absolute; left:0; top:0; width:10em; } select.quota-user { position:relative; left:0; top:0; width:10em; } input.quota-other { display:none; position:absolute; left:0.1em; top:0.1em; width:7em; border:none; box-shadow:none; } -div.quota>span { position:absolute; right:0em; white-space:nowrap; top: 0.7em } +div.quota>span { position:absolute; right:0; white-space:nowrap; top:.7em; color:#888; text-shadow:0 1px 0 #fff; } select.quota.active { background: #fff; } /* APPS */ |