first attempts at redesign
This commit is contained in:
@@ -332,15 +332,15 @@ a.button {
|
||||
}
|
||||
|
||||
/* gray */
|
||||
.blue {
|
||||
.gray {
|
||||
color: #e9e9e9;
|
||||
border: solid 1px #555;
|
||||
background: #6e6e6e;
|
||||
}
|
||||
.blue:hover {
|
||||
.gray:hover {
|
||||
background: #616161;
|
||||
}
|
||||
.blue:active {
|
||||
.gray:active {
|
||||
color: #afafaf;
|
||||
}
|
||||
|
||||
@@ -384,20 +384,20 @@ a.button {
|
||||
}
|
||||
|
||||
/* blue */
|
||||
.graytext {
|
||||
.bluetext {
|
||||
color: #27aae2;
|
||||
}
|
||||
|
||||
.gray {
|
||||
.blue {
|
||||
color: #fae7e9;
|
||||
border: solid 1px #27aae2;
|
||||
background: #27aae2;
|
||||
}
|
||||
.gray:hover {
|
||||
.blue:hover {
|
||||
background: #1c74bb;
|
||||
border: solid 1px #27aae2;
|
||||
}
|
||||
.gray:active {
|
||||
.blue:active {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@@ -844,3 +844,7 @@ a.wh:hover {
|
||||
hyphens: auto;
|
||||
|
||||
}
|
||||
|
||||
.icon-link a:hover, a:visited, a:link, a:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user