Bugzilla – Attachment #41738: 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 2798-2800 div#cn_browser_table_wrapper > table#cn_browser_table {
Link Here
2798
margin: auto;
2798
margin: auto;
2799
width:90%;
2799
width:90%;
2800
}
2800
}
2801
-
2801
2802
td p.error {
2803
color: red;
2804
}
2805
td p.warn {
2806
color: orange;
2807
}
Return to
bug 11759