summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-01-31 12:59:30 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-01-31 12:59:36 +0100
commit300ecc2ed25bf43347df80f2f59e2dfb39e92715 (patch)
tree6fb6b221d28b8532c5aa53fc0dd64ef6ee16b7c1 /core/css/styles.css
parente2f1a445ed42e2429c06e6a2e96fe6ada5212e25 (diff)
downloadnextcloud-server-300ecc2ed25bf43347df80f2f59e2dfb39e92715.tar.gz
nextcloud-server-300ecc2ed25bf43347df80f2f59e2dfb39e92715.zip
change button box-shadow from hard white to slight transparent
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index b949c71b0a2..ff09e4d0c00 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -56,8 +56,8 @@ input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:#
/* BUTTONS */
input[type="submit"], input[type="button"], button, .button, #quota, div.jp-progress, select, .pager li a {
width:auto; padding:.4em;
- background-color:rgba(240,240,240,.9); font-weight:bold; color:#555; text-shadow:#fff 0 1px 0; border:1px solid rgba(190,190,190,.9); cursor:pointer;
- -moz-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset;
+ background-color:rgba(240,240,240,.9); font-weight:bold; color:#555; text-shadow:rgba(255,255,255,.9) 0 1px 0; border:1px solid rgba(190,190,190,.9); cursor:pointer;
+ -moz-box-shadow:0 1px 1px rgba(255,255,255,.9), 0 1px 1px rgba(255,255,255,.9) inset; -webkit-box-shadow:0 1px 1px rgba(255,255,255,.9), 0 1px 1px rgba(255,255,255,.9) inset; box-shadow:0 1px 1px rgba(255,255,255,.9), 0 1px 1px rgba(255,255,255,.9) inset;
-moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, select:hover, select:focus, select:active, input[type="button"]:focus, .button:hover {