summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-09-03 00:27:07 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-09-03 00:35:09 +0200
commita55f81e7746411be3a721a3a15ee3da7bb9f41f7 (patch)
treee8188daf1f8031b9bfbdea329e54541ba61401d3 /core/css/styles.css
parent59cf11c61256157cf41f8e17e4d7b0937f4d3734 (diff)
downloadnextcloud-server-a55f81e7746411be3a721a3a15ee3da7bb9f41f7.tar.gz
nextcloud-server-a55f81e7746411be3a721a3a15ee3da7bb9f41f7.zip
use proper triangle for multiselect dropdowns as well
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index f3fc478aee1..020c2702a10 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -18,6 +18,7 @@ select {
appearance: none;
background: url('../../core/img/actions/triangle-s.svg') no-repeat right 8px center rgba(240, 240, 240, 0.90);
outline: 0;
+ padding-right: 24px !important;
}
select:hover {