newtodo 图标

This commit is contained in:
lmm214
2022-11-13 21:13:47 +08:00
parent e605768577
commit af5eb41b64
4 changed files with 52 additions and 10 deletions
+5 -3
View File
@@ -106,9 +106,11 @@ input.inputer{border-bottom: 1px solid #ccc;width:75%;}
}
svg.icon{width:24px;height:24px;}
#tags,#getlink{margin-right: .5rem;}
#tags svg,#getlink svg,#locked svg,#unlock svg{opacity: 0.6;}
#tags:hover svg,#getlink:hover svg,#locked:hover svg,#unlock:hover svg{opacity: 1;cursor: pointer;}
#newtodo svg.icon{padding-top: 2px;}
#tags svg.icon{padding: 2px;width:23px;height:23px;}
#tags,#getlink,#newtodo{margin-right: .5rem;}
#tags svg,#getlink svg,#locked svg,#unlock svg,#newtodo svg{opacity: 0.6;}
#tags:hover svg,#getlink:hover svg,#locked:hover svg,#unlock:hover svg,#newtodo:hover svg{opacity: 1;cursor: pointer;}
#locked{display: none;}