add border radius to all pages

This commit is contained in:
Ziad-I
2024-08-07 13:21:04 +03:00
committed by Dion Moult
parent cbc0b4837f
commit 683e168ca1
3 changed files with 16 additions and 0 deletions
@@ -11,6 +11,7 @@
--font-size-large: 1.2rem;
--logo-height: 1.5rem;
--nav-height: 0.625rem;
--border-radius: 0.3rem;
}
:root.dark {
@@ -37,6 +38,10 @@
--border-color: #222;
}
* {
border-radius: var(--border-radius) !important;
}
html {
font-size: var(--base-font-size);
color: var(--blender-text, var(--text-color));
@@ -12,6 +12,7 @@
--font-size-large: 1.2rem;
--logo-height: 1.5rem;
--nav-height: 0.625rem;
--border-radius: 0.3rem;
--folder-collapse-font-size: 0.75rem;
--folder-collapse-font-family: Courier, "Courier New", monospace;
--box-shadow: 0 0 0.7rem #5f5f5f66;
@@ -50,6 +51,11 @@
--border-color: #222;
}
*:not(td, tr, td, .gmain) {
border-radius: var(--border-radius) !important;
}
html {
font-size: var(--base-font-size);
}
@@ -11,6 +11,7 @@
--font-size-large: 1.2rem;
--logo-height: 1.5rem;
--nav-height: 0.625rem;
--border-radius: 0.3rem;
}
:root.dark {
@@ -37,6 +38,10 @@
--border-color: #222;
}
*:not(.tabulator-cell) {
border-radius: var(--border-radius) !important;
}
html {
font-size: var(--base-font-size);
}