Private
Public Access
1
0

user icons dark blue

This commit is contained in:
Sander Roosendaal
2018-09-20 16:52:23 +02:00
parent 8364506763
commit 20be828f83
4 changed files with 46 additions and 22 deletions

View File

@@ -292,6 +292,26 @@ th.rotate > div > span {
text-align: center;
}
.blueicon {
text-decoration: none;
display: block;
/* width: 100%; */
color: #1c75bc;
padding: 0.2em 0.0em 0.2em 0.0em;
zoom: 1;
.blueicon:hover {
background: #1c75bc;
text-decoration: none;
}
.blueicon:active {
position: relative;
top: 1px;
}
a.button {
color: white;
}
@@ -871,10 +891,10 @@ a.wh:hover {
.icon-link a {
text-decoration: none;
color: #27aae1;
/* color: #27aae1; */
}
.icon-link a:hover, a:active, a:visited, a:link {
color: #1c75bc;
text-decoration: none;
/* color: #1c75bc; */
text-decoration: none;
}