* rotate icon of select list button in rtl style

This commit is contained in:
Max Pozdeev 2020-09-28 12:09:29 +03:00
parent 827b921f0b
commit 94921e33fc

View file

@ -4,6 +4,7 @@ h2 { padding-left:10px; padding-right:0px; }
.mtt-tabs li { margin-left:3px; margin-right:0px; }
.mtt-tab { border-top-right-radius:0px; border-top-left-radius:8px; }
.mtt-tabs-add-button { border-top-right-radius:0px; border-top-left-radius:8px; }
.mtt-tabs-select-button>span { transform:rotateY(180deg); }
#task { padding-left:20px; padding-right:4px; }
.mtt-taskbox-icon { left:2px; right:auto; transform:rotateY(180deg); }