diff options
author | Marius <marius@lineone.io> | 2016-06-08 17:44:42 +0200 |
---|---|---|
committer | Marius <marius@lineone.io> | 2016-06-08 17:44:42 +0200 |
commit | b928305bb30ade5635a203408090f4ae376278ba (patch) | |
tree | 51f6f532cefa49b5608fd35e2b8e4ff0d27ee112 /core/css/jquery-ui-fixes.css | |
parent | 80f3a3f4cbecc1e517e6df8841ce457e34eda3e7 (diff) | |
parent | 81145ee57cab576ede2127f9a2aaf346ba822bce (diff) | |
download | nextcloud-server-b928305bb30ade5635a203408090f4ae376278ba.tar.gz nextcloud-server-b928305bb30ade5635a203408090f4ae376278ba.zip |
Merge pull request #28 from nextcloud/design-nextcloud
Adjust the design to Nextcloud
Diffstat (limited to 'core/css/jquery-ui-fixes.css')
-rw-r--r-- | core/css/jquery-ui-fixes.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/css/jquery-ui-fixes.css b/core/css/jquery-ui-fixes.css index f76595ab3fd..462f450c74c 100644 --- a/core/css/jquery-ui-fixes.css +++ b/core/css/jquery-ui-fixes.css @@ -16,8 +16,8 @@ color: #333333; } .ui-widget-header { - border: 1px solid #1d2d44; - background: #1d2d44 url('images/ui-bg_flat_35_1d2d44_40x100.png') 50% 50% repeat-x; + border: 1px solid #0082c9; + background: #0082c9 url('images/ui-bg_flat_35_1d2d44_40x100.png') 50% 50% repeat-x; color: #ffffff; } .ui-widget-header a { @@ -59,15 +59,15 @@ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { - border: 1px solid #1d2d44; + border: 1px solid #0082c9; background: #f8f8f8 url('images/ui-bg_glass_100_f8f8f8_1x400.png') 50% 50% repeat-x; font-weight: bold; - color: #1d2d44; + color: #0082c9; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { - color: #1d2d44; + color: #0082c9; } /* Interaction Cues |