write values on click, choose highlighting, svg icons

This commit is contained in:
2020-11-09 01:24:09 +01:00
parent d5655b7a9a
commit ef758fac04
14 changed files with 299 additions and 27 deletions

View File

@@ -121,7 +121,7 @@ input::-webkit-calendar-picker-indicator {
height: 2.5rem !important;
}
.highlight-buttons {
.select-buttons {
column-gap: 2px;
}
button, input[type="color"] {
@@ -131,6 +131,10 @@ button, input[type="color"] {
padding: 4px 9px 5px 9px;
margin: 0px 1px 1px 1px;
}
button img {
width: 16px;
height: 16px;
}
button:enabled:hover {
border-width: 1px;
border-style: outset;
@@ -211,3 +215,8 @@ a {
.context-menu li.error:hover {
background-color: #EEE;
}
.credits {
font-size: 0.8rem;
margin: 0;
}