]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
vulnerabilities.cgi: Use CSS to colour the table
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 23 Mar 2024 18:57:49 +0000 (19:57 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Sep 2024 11:20:37 +0000 (13:20 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/html/themes/ipfire/include/css/style.css

index 45cd572a847be3de90e00ab418d1bb2d28f86789..0d58edd1f644fa2d6c52bd06f028dda6be85c692 100644 (file)
@@ -1,5 +1,4 @@
 :root {
-<<<<<<< HEAD
        --color-green          : #339933;
        --color-green-invert   : #ffffff;
        --color-red            : #993333;
        --color-primary        : #ff2e52;
        --color-primary-invert : #ffffff;
        --color-text           : #363636;
-=======
-       --color-green        : #339933;
-       --color-green-invert : #ffffff;
-       --color-red          : #993333;
-       --color-red-invert   : #ffffff;
-       --color-grey         : #d6d6d6;
-       --color-light-grey   : #f0f0f0;
->>>>>>> 17ed2e345 (CSS: Automatically stripe all tables)
 }
 
 /* This controls the width of the fixed width layouts */
@@ -499,27 +490,18 @@ table.form tr.action td form {
        font-weight: bold;
 }
 
-<<<<<<< HEAD
 .tbl .status.is-running, .tbl .status.is-connected {
-=======
-.tbl .status.is-running {
->>>>>>> 7b19c1312 (web: Create a function to show the service status)
        background-color: var(--color-green);
        color: var(--color-green-invert);
 }
 
-<<<<<<< HEAD
 .tbl .status.is-stopped, .tbl .status.is-disconnected {
-=======
-.tbl .status.is-stopped {
->>>>>>> 7b19c1312 (web: Create a function to show the service status)
        background-color: var(--color-red);
        color: var(--color-red-invert);
 
        width: 33%;
 }
 
-<<<<<<< HEAD
 .tbl .status.is-connecting {
        background-color: var(--color-orange);
        color: var(--color-orange-invert);
@@ -591,6 +573,8 @@ table.form tr.action td form {
 
 =======
 >>>>>>> 7b19c1312 (web: Create a function to show the service status)
+=======
+>>>>>>> 1829cd5c9 (vulnerabilities.cgi: Use CSS to colour the table)
 table.fw-nat tbody tr td {
        height: 2.25em;
 }