mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-26 18:59:45 +02:00
color picker + fileview
This commit is contained in:
4
src/themes/antos/afx-color-picker.css
Normal file
4
src/themes/antos/afx-color-picker.css
Normal file
@ -0,0 +1,4 @@
|
||||
afx-color-picker canvas.color-palette, afx-color-picker div.color-sample{
|
||||
border: 1px solid #a6a6a6;
|
||||
/*border-radius: 3px;*/
|
||||
}
|
@ -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;
|
||||
}
|
Reference in New Issue
Block a user