diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-03 00:27:07 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-03 00:35:09 +0200 |
commit | a55f81e7746411be3a721a3a15ee3da7bb9f41f7 (patch) | |
tree | e8188daf1f8031b9bfbdea329e54541ba61401d3 /core/css/styles.css | |
parent | 59cf11c61256157cf41f8e17e4d7b0937f4d3734 (diff) | |
download | nextcloud-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.css | 1 |
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 { |