aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-11-26 17:56:16 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2023-11-26 17:56:22 +0300
commitf0f100e67b78f686dc73cf3c8cad422e45cc9b8a (patch)
treef6bb1db215b8f08a7469c926e874251ae657e9c2 /style.css
parent500de919edd2ab1de62546b0d16be72ffaec0c4e (diff)
add categories to settings
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css
index f8b42636..6e3ca841 100644
--- a/style.css
+++ b/style.css
@@ -462,6 +462,15 @@ div.toprow-compact-tools{
padding: 4px;
}
+#settings > div.tab-nav .settings-category{
+ display: block;
+ margin: 1em 0 0.25em 0;
+ font-weight: bold;
+ text-decoration: underline;
+ cursor: default;
+ user-select: none;
+}
+
#settings_result{
height: 1.4em;
margin: 0 1.2em;