diff options
author | Georg Ehrke <developer@georgehrke.com> | 2015-09-11 18:15:36 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2015-09-11 18:15:36 +0200 |
commit | 4660fefd016499953b2e3ac93891a3c57041ed80 (patch) | |
tree | ec0206a6e54161340e19f0f704e7c6beb0d4bd85 /core | |
parent | 1924dd348a41bb52968f4fe598dd6f170536c724 (diff) | |
download | nextcloud-server-4660fefd016499953b2e3ac93891a3c57041ed80.tar.gz nextcloud-server-4660fefd016499953b2e3ac93891a3c57041ed80.zip |
enforce loading icon in sidebar to be 32x32
Diffstat (limited to 'core')
-rw-r--r-- | core/css/icons.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index 88b14449e46..a3819ba9d44 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -23,6 +23,10 @@ .icon-loading-small { background-image: url('../img/loading-small.gif'); } +.icon-32 { + -webkit-background-size: 32px !important; + background-size: 32px !important; +} |