]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
style: Make the submission tables use #0A0A47
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 27 Oct 2014 20:20:07 +0000 (20:20 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 03:51:42 +0000 (03:51 +0000)
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
htdocs/css/style.css

index d4e9e815e3cdf0c6453d992fc01236aec7e0f873..10ecd3d37ac1bd93e4768e333ce3a1307888efd7 100644 (file)
@@ -337,7 +337,7 @@ table.form td {
 }
 
 table.form th.headerrow {
-       background: #786fb4;
+       background: #0A0A47;
        color: white;
        font-weight: bold;
        text-align: center;
@@ -357,7 +357,7 @@ table.form td.form-help {
 }
 
 table.form tr td.submitrow {
-       border-bottom: 0.2em solid #786fb4;
+       border-bottom: 0.2em solid #0A0A47;
        text-align: center;
 }