diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-02-03 10:54:11 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-02-03 22:10:51 +0100 |
commit | 36fd2353a5836d984e402c903587b0f426672032 (patch) | |
tree | fa84441b21ac2997a5ef30d1061fd3312333be24 /core | |
parent | 79e81c15c5beb4174922921083f0e838de9a3bfc (diff) | |
download | nextcloud-server-36fd2353a5836d984e402c903587b0f426672032.tar.gz nextcloud-server-36fd2353a5836d984e402c903587b0f426672032.zip |
Remove jquery ui background image
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/jquery-ui-fixes.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/jquery-ui-fixes.scss b/core/css/jquery-ui-fixes.scss index 9dc75fc3274..0500e1b08c8 100644 --- a/core/css/jquery-ui-fixes.scss +++ b/core/css/jquery-ui-fixes.scss @@ -11,6 +11,7 @@ .ui-widget-header { border: none; color: $color-main-text; + background-image: none; } .ui-widget-header a { color: $color-main-text; |