a.button:active and :hover corrections
This commit is contained in:
parent
541f044dd4
commit
5f2888c660
3 changed files with 13 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -313,6 +313,7 @@ input[type="file"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
|
color: #d9f3ff;
|
||||||
background-color: #2e5d7c;
|
background-color: #2e5d7c;
|
||||||
border-color: #2e5d7c;
|
border-color: #2e5d7c;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
@ -399,6 +400,11 @@ a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.button:active,
|
||||||
|
a.button:visited {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
.link-social {
|
.link-social {
|
||||||
margin: 0.25rem;
|
margin: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -203,6 +203,7 @@ input[type="file"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
|
color: #d9f3ff;
|
||||||
background-color: #2e5d7c;
|
background-color: #2e5d7c;
|
||||||
border-color: #2e5d7c;
|
border-color: #2e5d7c;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
@ -289,6 +290,11 @@ a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.button:active,
|
||||||
|
a.button:visited {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
.link-social {
|
.link-social {
|
||||||
margin: 0.25rem;
|
margin: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue