diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-07-13 15:15:29 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-07-23 14:06:04 +0200 |
commit | 586eb3ed0a3bdd8750f92fcc67d378989413c2bd (patch) | |
tree | a2a00855c0a46efe8d86645be2e65854bcf4d100 /core/css/inputs.scss | |
parent | 46332b0d8e111a3df3efd7fc7081afa7eade3ade (diff) | |
download | nextcloud-server-586eb3ed0a3bdd8750f92fcc67d378989413c2bd.tar.gz nextcloud-server-586eb3ed0a3bdd8750f92fcc67d378989413c2bd.zip |
Redesign jQuery UI datepicker
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'core/css/inputs.scss')
-rw-r--r-- | core/css/inputs.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 13a164e13f2..3ea90d322bb 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -492,8 +492,9 @@ input { } .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: none; - background: nc-darken($color-main-background, 3%); + border: 1px solid transparent; + background: inherit; + color: $color-primary; } /* Animation */ |