mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
fix for prev commit
This commit is contained in:
parent
92bbc9bb58
commit
973bfa9eed
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" >
|
||||
<circle cx="3" cy="8" r="1.5"/>
|
||||
<circle cx="8" cy="8" r="1.5"/>
|
||||
<circle cx="13" cy="8" r="1.5"/>
|
||||
<circle cx="3" cy="8" r="1.5" fill="#333"/>
|
||||
<circle cx="8" cy="8" r="1.5" fill="#333"/>
|
||||
<circle cx="13" cy="8" r="1.5" fill="#333"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 168 B After Width: | Height: | Size: 204 B |
|
|
@ -107,7 +107,7 @@ a { color:#0000ff; cursor:pointer; text-decoration:underline; }
|
|||
#mtt_body.no-lists #toolbar > * { visibility:hidden; }
|
||||
.mtt-htabs { clear:both; padding:8px; border-bottom:2px solid #DEDEDE; background:#ededed; }
|
||||
|
||||
.mtt-img-button { padding:4px; display:block; border-radius:4px; transition:background-color 0.1s ease-in; }
|
||||
.mtt-img-button { padding:4px; display:block; border-radius:4px; transition:background-color 0.1s ease-in; cursor:pointer; }
|
||||
.mtt-img-button:hover, .mtt-img-button.mtt-menu-button-active { background-color:#efefef; }
|
||||
.mtt-img-button span { display:block; width:16px; height:16px; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue