very basic color pickers for custom theme

This commit is contained in:
Bruno Windels 2019-09-26 17:35:06 +02:00
parent 01909f81c4
commit cca41c184c
5 changed files with 80 additions and 0 deletions

View file

@ -34,3 +34,9 @@ limitations under the License.
.mx_GeneralUserSettingsTab_warningIcon {
vertical-align: middle;
}
.mx_GeneralUserSettingsTab_themeSection .mx_GeneralUserSettingsTab_customColors {
button {
display: block;
}
}