fix link colors in notices
This commit is contained in:
@@ -25,6 +25,14 @@ div.ui-dialog {
|
|||||||
border: 1px solid #FCEEC1;
|
border: 1px solid #FCEEC1;
|
||||||
background: #FDF5D9;
|
background: #FDF5D9;
|
||||||
color: #363636;
|
color: #363636;
|
||||||
|
|
||||||
|
a, a:active, a:visited {
|
||||||
|
color: $link_color;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: $link_hover_color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-state-error {
|
.ui-state-error {
|
||||||
|
|||||||
Reference in New Issue
Block a user