Improve tab coloring. (#3817)

This commit is contained in:
Martin Taillefer 2019-03-21 07:45:03 -07:00 committed by GitHub
parent 53e04e8603
commit cd3d0ffdfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -43,7 +43,7 @@ body {
--tabsetUnselectedTabTextColor: #306Bcc;
--tabsetUnselectedTabBackgroundColor: #ffffff;
--tabsetSelectedTabTextColor: var(--textColor);
--tabsetSelectedTabBackgroundColor: #ffffff;
--tabsetSelectedTabBackgroundColor: #eeeeff;
--sidebarRightChevron: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 407.436 407.436'%3E%3Cpath fill='black' d='M112.814 0L91.566 21.178l181.946 182.54-181.946 182.54 21.248 21.178 203.055-203.718z'/%3E%3C/svg%3E");
--sidebarRightChevronHover: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 407.436 407.436'%3E%3Cpath fill='orange' d='M112.814 0L91.566 21.178l181.946 182.54-181.946 182.54 21.248 21.178 203.055-203.718z'/%3E%3C/svg%3E");