statusbar: hide icon for language menu
it wasn't there before w2ui removing Signed-off-by: Szymon Kłos <szymon.klos@collabora.com> Change-Id: Iaef58f76b8cd8aaa606dc6384d458448c24d5564
This commit is contained in:
parent
6a1b5ec7d8
commit
92588928ab
1 changed files with 5 additions and 0 deletions
|
@ -1542,6 +1542,11 @@ tr.useritem > td > img {
|
|||
padding-left: 10px;
|
||||
}
|
||||
|
||||
/* statusbar: language status menu - disable icon */
|
||||
.menubutton.LanguageStatusMenu img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Don't forget to update it when you change one of the two above!
|
||||
menu-entry-with-icon.padding-left + menu-entry-icon.width */
|
||||
.menu-entry-no-icon {
|
||||
|
|
Loading…
Reference in a new issue