diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-06-08 16:46:26 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-06-08 17:02:18 +0200 |
commit | 81145ee57cab576ede2127f9a2aaf346ba822bce (patch) | |
tree | 51f6f532cefa49b5608fd35e2b8e4ff0d27ee112 /core/css | |
parent | 80f3a3f4cbecc1e517e6df8841ce457e34eda3e7 (diff) | |
download | nextcloud-server-81145ee57cab576ede2127f9a2aaf346ba822bce.tar.gz nextcloud-server-81145ee57cab576ede2127f9a2aaf346ba822bce.zip |
THIS IS NEXTCLOUD! adjusting the design
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.css | 15 | ||||
-rw-r--r-- | core/css/inputs.css | 8 | ||||
-rw-r--r-- | core/css/jquery-ui-fixes.css | 10 | ||||
-rw-r--r-- | core/css/styles.css | 4 |
4 files changed, 22 insertions, 15 deletions
diff --git a/core/css/header.css b/core/css/header.css index d3e9e7cd490..f80db22f0cd 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -38,7 +38,7 @@ z-index: 2000; height: 45px; line-height: 2.5em; - background-color: #1d2d44; + background-color: #0082c9; box-sizing: border-box; } @@ -80,7 +80,7 @@ #header .logo-icon { /* display logo so appname can be shown next to it */ display: inline-block; - background-image: url(../img/logo-icon.svg); + background-image: url('../img/logo-icon.svg'); background-repeat: no-repeat; width: 62px; height: 34px; @@ -291,7 +291,7 @@ #settings { float: right; - color: #bbb; + color: #ddd; cursor: pointer; } #settings .icon-loading-small-dark { @@ -330,17 +330,22 @@ top: 45px; z-index: 2000; display: none; - background-color: rgba(0, 0, 0, .97); + background: rgb(255, 255, 255); + border: 1px solid rgb(204, 204, 204); box-shadow: 0 1px 10px rgba(50, 50, 50, .7); border-radius: 3px; border-top-left-radius: 0; border-top-right-radius: 0; box-sizing: border-box; } +#expanddiv:after { + border-color: rgba(0, 0, 0, 0); + border-bottom-color: rgba(255, 255, 255, 1); +} #expanddiv a { display: block; height: 40px; - color: #fff; + color: #000; padding: 4px 12px 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; opacity: .7; diff --git a/core/css/inputs.css b/core/css/inputs.css index edec870dfbc..cad627ac311 100644 --- a/core/css/inputs.css +++ b/core/css/inputs.css @@ -296,19 +296,19 @@ input:disabled+label, input:disabled:hover+label, input:disabled:focus+label { /* Primary action button, use sparingly */ .primary, input[type="submit"].primary, input[type="button"].primary, button.primary, .button.primary { - border: 1px solid #1d2d44; - background-color: #35537a; + border: 1px solid #0082c9; + background-color: #00a2e9; color: #ddd; } .primary:hover, input[type="submit"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover, .primary:focus, input[type="submit"].primary:focus, input[type="button"].primary:focus, button.primary:focus, .button.primary:focus { - background-color: #304d76; + background-color: #0092d9; color: #fff; } .primary:active, input[type="submit"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active, .primary:disabled, input[type="submit"].primary:disabled, input[type="button"].primary:disabled, button.primary:disabled, .button.primary:disabled, .primary:disabled:hover, input[type="submit"].primary:disabled:hover, input[type="button"].primary:disabled:hover, button.primary:disabled:hover, .button.primary:disabled:hover, .primary:disabled:focus, input[type="submit"].primary:disabled:focus, input[type="button"].primary:disabled:focus, button.primary:disabled:focus, .button.primary:disabled:focus { - background-color: #1d2d44; + background-color: #00a2e9; color: #bbb; } 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 diff --git a/core/css/styles.css b/core/css/styles.css index 837b3259781..df9509baa19 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -25,6 +25,7 @@ body { #body-login { text-align: center; + background-color: #0082c9; background-image: url('../img/background.jpg'); background-position: 50% 50%; background-repeat: no-repeat; @@ -113,7 +114,8 @@ body { width: 155px; max-width: 50%; cursor: text; - background-color: #112; + background-color: transparent; + border: 1px solid rgba(255, 255, 255, .5); } /* CONTENT ------------------------------------------------------------------ */ |