Tweak button css to ensure visited links don't change color (IE-fix).
This commit is contained in:
@ -179,6 +179,10 @@ color:#ff6600
|
|||||||
border : 2px inset;
|
border : 2px inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.control:visited {
|
||||||
|
color: #001;
|
||||||
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
width : 760px;
|
width : 760px;
|
||||||
margin : 16px auto 16px auto;
|
margin : 16px auto 16px auto;
|
||||||
|
Reference in New Issue
Block a user