aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/css/master.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/public/css/master.css b/public/css/master.css
index 6b21f37..5fff0df 100644
--- a/public/css/master.css
+++ b/public/css/master.css
@@ -286,13 +286,24 @@ table.gb-entry-form tr td span.text-danger {
}
table.gb-entry-form tr td textarea,
-table.gb-entry-form tr td input {
+table.gb-entry-form tr td input,
+table.gb-entry-form tr td button{
margin-bottom: 5px;
margin-left: 10px;
background-color: var(--background);
border: var(--foreground) solid 1px;
}
+table.gb-entry-form tr td button {
+ color: var(--foreground);
+ background-color: var(--background-secondary);
+}
+
+table.gb-entry-form tr td button:hover {
+ color: var(--background);
+ background-color: var(--foreground);
+}
+
table.gb-entry-form-container {
width: 100%;
}
@@ -327,6 +338,10 @@ table.gb-entry hr {
border-bottom: none;
}
+table.gb-entry address {
+ font-size: 0.8pc;
+}
+
table.gb-admin {
margin-bottom: 5px;
width: 500px;