Bug 10752: Remove the specific css for links in an error dialog
authorJonathan Druart <jonathan.druart@biblibre.com>
Mon, 20 Apr 2015 07:44:23 +0000 (09:44 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 28 Apr 2015 18:11:47 +0000 (15:11 -0300)
Comes from commit c28f7d7de5d1e1a8d5e0038b76fce74397c3c489
Date:   Tue Mar 20 15:20:25 2012 +0100
    Bug 6209 [Revised] Standardize on one plugin for client-side form
    validation

It did not find how it could be useful.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index 588333d..dddeaa5 100644 (file)
@@ -915,10 +915,7 @@ fieldset.rows .inputnote {
        padding-left : 15px;
 }
 
-.error,
-.error a,
-.error a:link,
-.error a:visited {
+.error {
        color: #cc0000;
 }