various tweaks

This commit is contained in:
Andy Miller
2016-02-26 16:50:33 -07:00
parent bca5b2145d
commit 04e8645079
9 changed files with 46 additions and 21 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -34,7 +34,7 @@ $content-text: #737c81 !default;
$content-link: #0082ba !default;
$content-link2: #da4b46 !default;
$content-header: #314d5b !default;
$content-tabs-bg: #253a47 !default;
$content-tabs-bg: #223a47 !default;
$content-tabs-text: #d1dee7 !default;
// Buttons
@@ -140,10 +140,10 @@ tr {
}
span, a {
color: lighten($content-tabs-bg,65%);
color: $content-tabs-text;
&:hover {
color: lighten($content-tabs-text, 10%);
background: darken($content-tabs-bg,10%);
background: lighten($content-tabs-bg,10%);
}
}
}
@@ -519,10 +519,22 @@ form {
}
}
> label {
color: lighten($content-tabs-bg,65%);
color: $content-tabs-text;
&:hover {
color: $white;
background: lighten($content-tabs-bg,3%);
color: lighten($content-tabs-text, 10%);
background: lighten($content-tabs-bg,10%);
}
}
&.subtle {
background: shade($content-bg, 5%);
> label {
color: shade($content-text, 10%);
&:hover {
color: shade($content-text, 20%);
background: shade($content-bg, 10%);
}
}
}
}
@@ -661,6 +673,20 @@ form {
.card-item {
border: 1px solid darken($content-bg, 5%);
background: $white;
.gpm-actions {
background: darken($content-bg, 2%);
}
&.active-theme {
border: 1px solid $notice-bg;
.gpm-actions {
background: $notice-bg;
color: $notice-text;
}
}
}
.user-details {
@@ -804,6 +830,13 @@ form {
}
}
.gpm-item-info {
border-bottom: 3px solid darken($content-bg, 5%);
.gpm-item-icon {
color: darken($content-bg, 2%);
}
}
.gpm-actions {
.disabled {
color: lighten($content-text, 10%);

View File

@@ -1,10 +1,3 @@
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
}
// fieldset {
// border: 1px solid $core-border-color;
// }

View File

@@ -1,4 +1,4 @@
<div class="form-tabs">
<div class="form-tabs {{ field.class }}">
{% if uri.params.tab %}
{% set active = uri.params.tab %}

View File

@@ -24,4 +24,4 @@
{% if browser.getBrowser == 'msie' or browser.getBrowser == 'edge' %}
{% do assets.addJs(theme_url~'/js/form-attr.polyfill.js') %}
{% endif %}
{% endif %}

View File

@@ -12,4 +12,3 @@
{% do assets.addCss(theme_url~'/css/nucleus-ie9.css') %}
{% do assets.addCss(theme_url~'/css/pure-0.5.0/grids-min.css') %}
{% endif %}