summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2012-12-04 23:45:12 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2012-12-07 15:32:24 +0100
commit810e02099ecd35446e5d6b458cb16a45227c8524 (patch)
tree23f68dea3f6dcb1caea6057ea979e222d72e0c4b /core
parent6864b28e474ea2e7bc26b47aacc917268ead1822 (diff)
downloadnextcloud-server-810e02099ecd35446e5d6b458cb16a45227c8524.tar.gz
nextcloud-server-810e02099ecd35446e5d6b458cb16a45227c8524.zip
upload button HTML, CSS & JS cleanup
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 552a17d8f48..31b3dacb965 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -85,7 +85,6 @@ input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:#
#remember_login { margin:.8em .2em 0 1em; }
.searchbox input[type="search"] { font-size:1.2em; padding:.2em .5em .2em 1.5em; background:#fff url('../img/actions/search.svg') no-repeat .5em center; border:0; -moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70);opacity:.7; -webkit-transition:opacity 300ms; -moz-transition:opacity 300ms; -o-transition:opacity 300ms; transition:opacity 300ms; }
input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; -webkit-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; }
-input[type="submit"].highlight{ background:#ffc100; border:1px solid #db0; text-shadow:#ffeedd 0 1px 0; -moz-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #ffeedd inset; -webkit-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #ffeedd inset; box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #ffeedd inset; }
#select_all{ margin-top: .4em !important;}
/* CONTENT ------------------------------------------------------------------ */
#controls { padding: 0 0.5em; width:100%; top:3.5em; height:2.8em; margin:0; background:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:50; -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000; }