Make current Echo overlay tab dark gray and bold

mw-ui-quiet gets dark gray and bold.
This way it is easier to see which is the current tab.

Bug: T71929
Change-Id: Ie7e21cd71a385d216402d393344cf76d3ed45d23
This commit is contained in:
bearND 2015-02-02 15:09:41 -07:00
parent f6421760b1
commit e359b304db

View file

@ -54,6 +54,8 @@
&.mw-ui-quiet { &.mw-ui-quiet {
pointer-events: none; pointer-events: none;
color: #6D6D6D;
font-weight: bold;
} }
} }