diff options
author | nzws <git@nzws.me> | 2019-05-12 12:15:42 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-05-19 16:25:20 +0200 |
commit | 91e25a20ce55a13d533e3f50cf2ad5b2a40a791c (patch) | |
tree | 32ef132dd056269278316bdf58af96ee32477703 | |
parent | 47e0928c5b7bb87627b0fe768ff89ded787eaffe (diff) | |
download | mastodon-91e25a20ce55a13d533e3f50cf2ad5b2a40a791c.tar mastodon-91e25a20ce55a13d533e3f50cf2ad5b2a40a791c.tar.gz mastodon-91e25a20ce55a13d533e3f50cf2ad5b2a40a791c.tar.bz2 mastodon-91e25a20ce55a13d533e3f50cf2ad5b2a40a791c.zip |
Fix some colors in light theme (#10754)
* Fix typo in light theme
* Fix background color of empty column
-rw-r--r-- | app/javascript/styles/mastodon-light/diff.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index de03cf1a6..48236a286 100644 --- a/app/javascript/styles/mastodon-light/diff.scss +++ b/app/javascript/styles/mastodon-light/diff.scss @@ -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 |