diff options
author | Julius Härtl <jus@bitgrid.net> | 2017-09-02 15:50:21 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2017-09-03 15:34:04 +0200 |
commit | 99404fe5cd673ee30b18c93ed030d401faf58962 (patch) | |
tree | 31dc6fbc575a297db4c0647367dd07c2bf8f697b /core/css/jquery-ui-fixes.scss | |
parent | 2fdc51ffdf0f1069b29bea28add81fa90280adb8 (diff) | |
download | nextcloud-server-99404fe5cd673ee30b18c93ed030d401faf58962.tar.gz nextcloud-server-99404fe5cd673ee30b18c93ed030d401faf58962.zip |
Remove unnecessary files for jquery-ui-fixes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/css/jquery-ui-fixes.scss')
-rw-r--r-- | core/css/jquery-ui-fixes.scss | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/core/css/jquery-ui-fixes.scss b/core/css/jquery-ui-fixes.scss index 7fae5854d40..78b093adee1 100644 --- a/core/css/jquery-ui-fixes.scss +++ b/core/css/jquery-ui-fixes.scss @@ -1,12 +1,5 @@ /* Component containers ----------------------------------*/ -.ui-widget { - font-family: "Lucida Grande", Arial, Verdana, sans-serif; - font-size: 1em; -} -.ui-widget button { - font-family: "Lucida Grande", Arial, Verdana, sans-serif; -} .ui-widget-content { border: 1px solid nc-darken($color-main-background, 20%); background: $color-main-background none; @@ -200,4 +193,4 @@ background: inherit; color: $color-primary; } -}
\ No newline at end of file +} |