write values on click, choose highlighting, svg icons
This commit is contained in:
11
style.css
11
style.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user