Add visual feedback on link hover
Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
This commit is contained in:
parent
1038aea822
commit
5252ef9f17
@ -74,6 +74,10 @@ a {
|
||||
color: #86D4B1;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
a.highlight {
|
||||
color: #fff;
|
||||
}
|
||||
@ -278,12 +282,22 @@ footer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.button_action:hover, .button_form:hover {
|
||||
text-decoration: none;
|
||||
border-color: #252525 #2B2B2B #464646;
|
||||
}
|
||||
|
||||
.button_action_highlight, .button_form {
|
||||
background-color: #86D4B1;
|
||||
border-color: #A2DEC3 #6CAA8E #5C9179;
|
||||
color: #283F35;
|
||||
}
|
||||
|
||||
.button_action_highlight:hover {
|
||||
text-decoration: none;
|
||||
border-color: #5C9179 #6CAA8E #A2DEC3;
|
||||
}
|
||||
|
||||
.button_info {
|
||||
background-color: #508BB5;
|
||||
border-color: #5899C7 #437699 #427496;
|
||||
@ -595,6 +609,9 @@ ul#action_to_resolve {list-style:none; margin-left:10px;}
|
||||
border-width: 1px 1px 2px;
|
||||
position: relative;
|
||||
}
|
||||
.media_thumbnail:hover {
|
||||
border-color: #0D0D0D #0D0D0D #378566 #0D0D0D;
|
||||
}
|
||||
|
||||
.media_thumbnail a {
|
||||
color: #eee;
|
||||
|
Loading…
x
Reference in New Issue
Block a user