Merge pull request #10493 from owncloud/design-warning-link

fix color of links in warnings, fix #10480
This commit is contained in:
Morris Jobke 2014-08-18 17:17:58 +02:00
commit 5f389bb334

View file

@ -598,6 +598,7 @@ label.infield {
.warning legend,
.warning a,
.error a {
color: #fff !important;
font-weight: bold !important;
}
.error pre {