aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-08-27 13:22:58 +0200
committerVincent Petry <pvince81@owncloud.com>2015-08-28 17:27:48 +0200
commit59273a8863ecc0aa570f56e024cb1a22d424111a (patch)
treede68a1c0978ec00e3dd81a9862a7cc51e9408b5c /core/css/styles.css
parentefeef958a3e707c06f25dc6e473d1b49edf88b07 (diff)
downloadnextcloud-server-59273a8863ecc0aa570f56e024cb1a22d424111a.tar.gz
nextcloud-server-59273a8863ecc0aa570f56e024cb1a22d424111a.zip
Combine upload action into the "New" menu
Refactored the new menu to be encapsulated in the NewFileMenu JS class
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index bf6ca519146..e52d15bcb90 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -944,6 +944,7 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin
.ui-icon-circle-triangle-e{ background-image:url('../img/actions/play-next.svg'); }
.ui-icon-circle-triangle-w{ background-image:url('../img/actions/play-previous.svg'); }
+
.ui-datepicker-prev,.ui-datepicker-next{ border:1px solid #ddd; background:#fff; }
/* ---- DIALOGS ---- */
@@ -1130,3 +1131,12 @@ fieldset.warning legend + p, fieldset.update legend + p {
@-ms-viewport {
width: device-width;
}
+
+/* hidden input type=file field */
+.hiddenuploadfield {
+ width: 0;
+ height: 0;
+ opacity: 0;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
+}
+