Skip to content
Snippets Groups Projects
Commit 3e15a845 authored by nzws's avatar nzws Committed by Eugen Rochko
Browse files

Fix some colors in light theme (#10754)

* Fix typo in light theme

* Fix background color of empty column
parent dd118449
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
.actions-modal ul li:not(:empty) a:focus button, .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,
.actions-modal ul li:not(:empty) a:hover button, .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 .block-button,
.simple_form .button, .simple_form .button,
.simple_form button { .simple_form button {
...@@ -230,6 +230,7 @@ ...@@ -230,6 +230,7 @@
.empty-column-indicator, .empty-column-indicator,
.error-column { .error-column {
color: $primary-text-color; color: $primary-text-color;
background: $white;
} }
// Change the default colors used on some parts of the profile pages // Change the default colors used on some parts of the profile pages
......
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