]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1167622 - red border in confirmation of changes is misleading - should be green...
authorSimon Green <mail@simon.green>
Wed, 19 Aug 2015 06:20:54 +0000 (02:20 -0400)
committerSimon Green <mail@simon.green>
Wed, 19 Aug 2015 06:20:54 +0000 (02:20 -0400)
r=LpSolit, a=simon

skins/standard/global.css

index e00ddd8194141430959e290d7df9a2ca1c6b39fd..dfbf1ee92f8dcb3aebe36753133bf0c82f560168 100644 (file)
@@ -76,9 +76,9 @@
     }
 
     #message {
-        border: 1px solid red;
+        border: 1px solid green;
         margin: 0.3em 0em;
-        padding: 0.3em;
+        padding: 0.3em 0.5em;
         color: green;
     }