summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
authorBartek Przybylski <bart.p.pl@gmail.com>2012-04-02 19:39:24 +0200
committerBartek Przybylski <bart.p.pl@gmail.com>2012-04-02 19:39:24 +0200
commitf21d6d4f9fcd48ffe4e2e42b4f3a4e8b7bcfd142 (patch)
tree2766d82790ecee0b19dcdc9a388f12e9bb27fbd4 /core/css/styles.css
parentff4b0c4d7f6b422c9426205897c015b497429b03 (diff)
downloadnextcloud-server-f21d6d4f9fcd48ffe4e2e42b4f3a4e8b7bcfd142.tar.gz
nextcloud-server-f21d6d4f9fcd48ffe4e2e42b4f3a4e8b7bcfd142.zip
dialogs filepicker first draft
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index f5a181c4529..1c50df9e58b 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -131,3 +131,9 @@ li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; background:#ff
.separator { display: inline; border-left: 1px solid #d3d3d3; border-right: 1px solid #fff; height: 10px; width:0px; margin: 4px; }
a.bookmarklet { background-color: #ddd; border:1px solid #ccc; padding: 5px;padding-top: 0px;padding-bottom: 2px; text-decoration: none; margin-top: 5px }
+
+/* ---- DIALOGS ---- */
+
+#dirtree {width: 100%;}
+#filelist {height: 270px; overflow:scroll; background-color: white;}
+.filepicker_element_selected { background-color: lightblue;}