diff options
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 +} |