mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* rotate icon of select list button in rtl style
This commit is contained in:
parent
827b921f0b
commit
94921e33fc
1 changed files with 1 additions and 0 deletions
|
|
@ -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); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue