interface update

This commit is contained in:
cantbesure1
2017-11-14 03:18:58 -08:00
parent c22cb42220
commit 9dfeeb78b4
3 changed files with 46 additions and 36 deletions
+2 -2
View File
@@ -13,9 +13,9 @@ body { background:#fff; padding: 5px; font-family: 'input_mono_regular'; -webkit
#widgets { z-index: 9000 }
#render { display: none }
.icon { width:25px; height:25px; margin-left:-5px; margin-right:0px; opacity: 0.5}
.icon { width:25px; height:25px; margin-left:-5px; margin-right:0px; opacity: 1}
.icon.right { float:right;}
.icon.inactive { opacity: 0.1 !important }
.icon.inactive { opacity: 0.3 !important }
.icon:hover { cursor: pointer; opacity: 1 }
svg.vector { z-index: 1000;position: relative; left:5px; top:5px; }