summaryrefslogtreecommitdiff
path: root/data-viewer/data-viewer.css
diff options
context:
space:
mode:
authorsameerasw <[email protected]>2025-04-12 15:37:43 +0530
committersameerasw <[email protected]>2025-04-12 15:37:43 +0530
commit3176cd97d89b3ae161f09956973ecb7ec01a9c3f (patch)
tree789d13819f041341c2ab020c33ddcbf75dd05661 /data-viewer/data-viewer.css
parent1f0a6a85eb16b5aa60e3aab5515714a7d73d6771 (diff)
Added the ability to disable transparency globally #7
Diffstat (limited to 'data-viewer/data-viewer.css')
-rw-r--r--data-viewer/data-viewer.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/data-viewer/data-viewer.css b/data-viewer/data-viewer.css
index eef5d95..fd5c3e7 100644
--- a/data-viewer/data-viewer.css
+++ b/data-viewer/data-viewer.css
@@ -1,6 +1,22 @@
/* Data Viewer specific styles */
@import url("../theme.css");
+/* Toggle setting container style */
+.toggle-setting-container {
+ background-color: var(--secondary-bg);
+ border-radius: var(--radius-md);
+ padding: 16px;
+ margin-bottom: 24px;
+ border-left: 3px solid var(--accent-color);
+}
+
+.setting-description {
+ margin-top: 8px;
+ color: var(--text-secondary);
+ font-size: 13px;
+ padding-left: 58px;
+}
+
/* General layout adjustments */
.app-content {
max-width: 960px;