color picker + fileview

This commit is contained in:
Xuan Sang LE
2017-08-25 00:18:35 +02:00
parent 8f9dd68213
commit 2284f50523
15 changed files with 252 additions and 12 deletions

View File

@ -0,0 +1,4 @@
afx-color-picker canvas.color-palette, afx-color-picker div.color-sample{
border: 1px solid #a6a6a6;
/*border-radius: 3px;*/
}

View File

@ -40,4 +40,16 @@ html,body{
user-select:none;
cursor: default;
padding:0px;
}
input {
outline: none;
padding: 2px;
height:23px;
border: 1px solid #a6a6a6;
background-color: white;
color: #414339;
border-radius: 5px;
box-sizing: border-box;
font-family: "Ubuntu";
font-size: 13px;
}