Diabook - couple of fixes.
This commit is contained in:
parent
bb86214698
commit
da2aabd61d
|
@ -99,6 +99,10 @@ a {color: #333333;}
|
||||||
color: #3465A4;
|
color: #3465A4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav a, nav a:active, nav a:visited, nav a:link, nav a:hover {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
/* popup notifications */
|
/* popup notifications */
|
||||||
div.jGrowl div.notice {background: #511919 url("../../../../images/icons/48/notice.png") no-repeat 5px center;}
|
div.jGrowl div.notice {background: #511919 url("../../../../images/icons/48/notice.png") no-repeat 5px center;}
|
||||||
div.jGrowl div.info {background: #364e59 url("../../../../images/icons/48/info.png") no-repeat 5px center;}
|
div.jGrowl div.info {background: #364e59 url("../../../../images/icons/48/info.png") no-repeat 5px center;}
|
||||||
|
|
|
@ -108,6 +108,7 @@ background-image: -webkit-gradient(
|
||||||
color-stop(0.26, rgb(215,227,241)),
|
color-stop(0.26, rgb(215,227,241)),
|
||||||
color-stop(0.82, rgb(255,255,255))
|
color-stop(0.82, rgb(255,255,255))
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
|
||||||
header #banner a,
|
header #banner a,
|
||||||
header #banner a:active,
|
header #banner a:active,
|
||||||
|
|
Loading…
Reference in a new issue