Bugzilla – Attachment #25258: Bug 11759: Add some css to highlight warnings and errors for
bug #11759
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 11759
Collapse All
|
Expand All
(-)
a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-1 / +7 lines)
Lines 2713-2715 span.browse-button {
Link Here
2713
font-size:0.8em;
2713
font-size:0.8em;
2714
padding:0.5em;
2714
padding:0.5em;
2715
}
2715
}
2716
-
2716
2717
td p.error {
2718
color: red;
2719
}
2720
td p.warn {
2721
color: orange;
2722
}
Return to
bug 11759