: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 */
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);
=======
>>>>>>> 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;
}