4
3
Fork 3

Fix some colors in light theme (#10754)

* Fix typo in light theme

* Fix background color of empty column
Dieser Commit ist enthalten in:
nzws 2019-05-12 12:15:42 +09:00 committet von Eugen Rochko
Ursprung 47e0928c5b
Commit 91e25a20ce
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -162,7 +162,7 @@
.actions-modal ul li:not(:empty) a:focus button,
.actions-modal ul li:not(:empty) a:hover,
.actions-modal ul li:not(:empty) a:hover button,
.admin-wrapper .sidebar ul ul a.selected,
.admin-wrapper .sidebar ul li a.selected,
.simple_form .block-button,
.simple_form .button,
.simple_form button {
@ -230,6 +230,7 @@
.empty-column-indicator,
.error-column {
color: $primary-text-color;
background: $white;
}
// Change the default colors used on some parts of the profile pages