diff options
author | Julius Härtl <jus@bitgrid.net> | 2017-09-02 15:45:29 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2017-09-02 15:50:51 +0200 |
commit | 2fdc51ffdf0f1069b29bea28add81fa90280adb8 (patch) | |
tree | d6df58dc74bdb48a290117a4c4bd0ded069e296a /core/css/inputs.scss | |
parent | 27c6dc965774f72688ce32f047da654aee64fed8 (diff) | |
download | nextcloud-server-2fdc51ffdf0f1069b29bea28add81fa90280adb8.tar.gz nextcloud-server-2fdc51ffdf0f1069b29bea28add81fa90280adb8.zip |
Use SCSS for jquery-ui-fixes
- Move to SCSS so we use theming color values
- Apply tab style from files sidebar to ui-tabs (e.g. in user_ldap)
- Move select style to the jquery-ui-fixes file and make those only apply to ui-autocomplete elements
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/css/inputs.scss')
-rw-r--r-- | core/css/inputs.scss | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index cd1e6a4257c..10e3fcef015 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -468,35 +468,6 @@ input { } } -/* Select menus - TODO: move to jquery-ui-fixes.css -----------------------------------*/ -.ui-menu { - padding: 0; - .ui-menu-item a { - &.ui-state-focus, &.ui-state-active { - font-weight: inherit; - margin: 0; - } - } -} - -.ui-widget-content { - background: $color-main-background; - border-top: none; -} - -.ui-corner-all { - border-radius: 0; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { - border: 1px solid transparent; - background: inherit; - color: $color-primary; -} - /* Animation */ @keyframes shake { 10%, |