On Windows, add margins so that the checkmark of the currently selected status type doesn't replace the status type icon in status menus.
This commit is contained in:
Родитель
a0c2252700
Коммит
324b75c792
|
@ -218,3 +218,14 @@ group[closed] .twisty {
|
|||
%endif
|
||||
}
|
||||
%endif
|
||||
|
||||
%ifdef XP_WIN
|
||||
.menu-iconic-left {
|
||||
margin-left: -16px;
|
||||
}
|
||||
|
||||
.menu-iconic-left > .menu-iconic-icon {
|
||||
margin-left: 32px;
|
||||
display: -moz-box;
|
||||
}
|
||||
%endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче