Updated theme handling and got the category form to clone rows.
This commit is contained in:
+14
-6
@@ -1,9 +1,17 @@
|
||||
:root {
|
||||
--main-bg-color: #D3D3D3;
|
||||
--main-font-color: #006400;
|
||||
body {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--main-bg-color);
|
||||
color: var(--main-font-color);
|
||||
.three_column {
|
||||
float: left;
|
||||
width: 33.33%;
|
||||
}
|
||||
|
||||
|
||||
/* Clear floats after the columns */
|
||||
|
||||
.three_column_row:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
Reference in New Issue
Block a user