diff --git a/css/modern/all.css b/css/modern/all.css index 734bc526..7440fa28 100644 --- a/css/modern/all.css +++ b/css/modern/all.css @@ -2143,9 +2143,11 @@ variable-intellisense { [modern=true][dark=true]:root .assessment-delivery-landing-app div._3dHTa::after { content: "WARNING: A dark theme is enabled and might prevent you from reading certain questions. If you can't read a question, you can temporarily disable dark theme using the Toggle Theme button on the navigation bar."; - display: inline-block; + display: block; text-align: center; width: 50%; + margin-left: 25%; + font-size: 16px; padding: var(--padding); background-color: var(--highlight); border: var(--border-size) solid rgba(0, 0, 0, 0.5); diff --git a/css/theme-editor.css b/css/theme-editor.css index f0174891..47cee6ef 100644 --- a/css/theme-editor.css +++ b/css/theme-editor.css @@ -346,6 +346,22 @@ h2.center { background-color: var(--primary-color); } +#create-preset-dropdown { + background-color: #dedede; +} + +#create-preset-dropdown > li > * { + color: #2a2a2a; +} + +#create-preset-dropdown > li > a { + cursor: pointer; +} + +.dropdown-header { + font-weight: bold; +} + #new-icon { background-color: var(--primary-color); } diff --git a/css/user.css b/css/user.css index 9b6c35b2..bbbe0fa3 100644 --- a/css/user.css +++ b/css/user.css @@ -13,4 +13,8 @@ color: #333; font-size: 14px; font-weight: bold; +} + +.course-in-common-container { + padding-top: 10px !important; } \ No newline at end of file diff --git a/default-icons.html b/default-icons.html index 490eeeb8..2c74324d 100644 --- a/default-icons.html +++ b/default-icons.html @@ -63,6 +63,7 @@ +