We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2100376 commit ac8a977Copy full SHA for ac8a977
admin_interface/static/admin_interface/css/widgets.css
@@ -136,6 +136,11 @@
136
height: calc(46px + 17.2em) !important;
137
}
138
139
+/* fix selected options color */
140
+.admin-interface .selector select option:checked {
141
+ color: inherit;
142
+}
143
+
144
@media (max-width: 767px) {
145
/* fixed responsive widgets */
146
.admin-interface .aligned.collapsed .form-row {
0 commit comments