some pendantic muggafuggaz
This commit is contained in:
parent
5920ccc81d
commit
0e2296e1df
6 changed files with 13 additions and 12 deletions
|
|
@ -76,7 +76,7 @@ label {
|
|||
}
|
||||
|
||||
.css-label{
|
||||
background-image:url(/assets/img/check.png);
|
||||
background-image:url(../img/check.png);
|
||||
}
|
||||
|
||||
/*specific classes related to Checkbox skins*/
|
||||
|
|
|
|||
|
|
@ -48,15 +48,15 @@ a:active,
|
|||
a:focus {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
-webkit-transition: color 0.2s linear;
|
||||
-moz-transition: color 0.2s linear;
|
||||
-ms-transition: color 0.2s linear;
|
||||
-o-transition: color 0.2s linear;
|
||||
transition: color 0.2s linear;
|
||||
-webkit-transition: border-bottom 0.2s linear;
|
||||
-moz-transition: border-bottom 0.2s linear;
|
||||
-ms-transition: border-bottom 0.2s linear;
|
||||
-o-transition: border-bottom 0.2s linear;
|
||||
transition: border-bottom 0.2s linear;
|
||||
border-bottom: 3px solid rgb(84, 241, 210);
|
||||
}
|
||||
a:hover {
|
||||
color: rgb(84, 241, 210);
|
||||
border-bottom: 3px solid #000;
|
||||
|
||||
}
|
||||
a:active {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue