Skip to content
Snippets Groups Projects
Commit 795594f7 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3642

Closes #3642

Merge request studip/studip!2548
parent 9155e0cd
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,10 @@ form.default { ...@@ -68,6 +68,10 @@ form.default {
&[readonly] { &[readonly] {
background-color: var(--light-gray-color-20); background-color: var(--light-gray-color-20);
} }
&[disabled] {
background-color: var(--dark-gray-color-15);
}
} }
.ck-source-editing-area textarea { .ck-source-editing-area textarea {
...@@ -251,10 +255,6 @@ form.default { ...@@ -251,10 +255,6 @@ form.default {
} }
} }
select[disabled] {
background-color: var(--dark-gray-color-15);
}
.tooltip.tooltip-icon::before { .tooltip.tooltip-icon::before {
vertical-align: text-bottom; vertical-align: text-bottom;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment