Align fieldset borders with WikimediaUI color palette
authorAmir Sarabadani <Ladsgroup@gmail.com>
Wed, 4 Jan 2017 10:22:25 +0000 (13:52 +0330)
committerAmir Sarabadani <Ladsgroup@gmail.com>
Wed, 4 Jan 2017 10:22:25 +0000 (13:52 +0330)
Unnoticeable change

Bug: T152025
Change-Id: Ia7d7cc66f96af8d78a8c520c302287bf57da8629

resources/src/mediawiki.legacy/shared.css
resources/src/mediawiki.skinning/elements.css

index 81896de..befe957 100644 (file)
@@ -303,7 +303,7 @@ p.mw-delete-editreasons {
 div.mw-warning-with-logexcerpt {
        padding: 3px;
        margin-bottom: 3px;
-       border: 2px solid #2f6fab;
+       border: 2px solid #2a4b8d;
        clear: both;
 }
 
index 83b78a8..7d096f9 100644 (file)
@@ -227,7 +227,7 @@ table {
 
 /* Forms */
 fieldset {
-       border: 1px solid #2f6fab;
+       border: 1px solid #2a4b8d;
        margin: 1em 0 1em 0;
        padding: 0 1em 1em;
 }