summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2014-10-09 23:12:12 -0300
committerGabriel Albo <gabriel@albo.com.br>2014-10-13 10:25:43 -0300
commit576379c2b1e3493eeaf47e32d7942d7026f6d3ea (patch)
tree7074045b3e7c61129539705cbb7910f1aa629c82 /web-ui
parent3aacee267ccd49d61a18cbaf0a0c90df5480f696 (diff)
UI Redesign - Increasing contrast for mail list action buttons
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/app/scss/styles.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss
index 3f2caca8..6eb850a8 100644
--- a/web-ui/app/scss/styles.scss
+++ b/web-ui/app/scss/styles.scss
@@ -47,7 +47,7 @@
input[type=button] {
margin: 2px;
padding: 4px 10px;
- background: lighten($contrast, 5%);
+ background: lighten($contrast, 70%);
color: #333;
text-transform: uppercase;
font-weight: 400;
@@ -60,7 +60,7 @@
opacity: 1;
}
&[disabled=disabled] {
- opacity: 0.4;
+ opacity: 0.5;
cursor: default;
}
}
@@ -188,7 +188,7 @@ section {
margin-right: -5px;
a {
transition: background-color 150ms ease-out;
- background: darken($top_pane, 10%);
+ background: lighten($top_pane, 10%);
color: #FFF;
font-size: 1.5em;
display: block;