Harmonizing color variables

This commit is contained in:
2014-12-01 22:57:12 +01:00
parent c1f4308089
commit cfc7eb91b2
9 changed files with 90 additions and 89 deletions

View File

@@ -1,7 +1,7 @@
/* Standard Tags */
body, html {
background:white;
background:$col_white;
font-family:Verdana, Arial;
color:$col_blue;
background:$col_blue;
@@ -58,7 +58,7 @@ input[type=button], .clickable {
}
select {
background:white;
background:$col_white;
border:2px solid $col_blue;
padding:5px;
color:$col_blue;
@@ -221,7 +221,7 @@ a.button:hover {
}
a.button:active {
background-color:$col_blue;
color:white;
color:$col_white;
}
a.button .fa {
@@ -258,7 +258,7 @@ a.button.gimmespace {
}
.addr:hover {
background-color:white;
background-color:$col_white;
}
.maximized {
@@ -364,12 +364,12 @@ a[href^="table"].internal_link span.item {
.step_box input, .step_box textarea, .step_box select, .step_box .read.textarea, .step_box .read.input {
margin-top:10px;
background:white;
background:$col_white;
font-size:14px;
border-width:1px;
}
.step_box input:disabled, .step_box textarea:disabled, .step_box select:disabled, .step_box input:hover:disabled, .step_box textarea:hover:disabled, .step_box select:hover:disabled {
background-color:white;
background-color:$col_white;
}
.step_box input[type=text], .step_box textarea, .step_box .read.textarea, .step_box .read.input {
width:100%;
@@ -377,7 +377,7 @@ a[href^="table"].internal_link span.item {
.step_box textarea, .step_box .read.textarea {
height:200px;
padding:5px;
background:white;
background:$col_white;
border:1px solid $col_blue;
}
.step_box .read.textarea, .step_box .read.input {
@@ -463,7 +463,7 @@ a[href^="table"].internal_link span.item {
height:210px;
z-index:2;
border:1px solid $col_blue;
background:white;
background:$col_white;
text-align:center;
}
@@ -510,7 +510,7 @@ a.uploader_item_cancel {
.uploader_box .image_description {
border-width:1px;
padding:3px 5px;
background:white;
background:$col_white;
}