mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Small fix on color selectors..
This commit is contained in:
@@ -147,13 +147,18 @@
|
||||
float: left;
|
||||
}
|
||||
|
||||
Button.circle-toolbar {
|
||||
padding: 14px;
|
||||
min-height: 20px;
|
||||
}
|
||||
|
||||
.colorPickButton,
|
||||
.circle-toolbar {
|
||||
display:inline-block;
|
||||
width:20px;
|
||||
height:20px;
|
||||
min-width: 20px;
|
||||
min-height: 16px;
|
||||
min-height: 20px;
|
||||
padding: unset;
|
||||
border-radius:10px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
|
||||
Reference in New Issue
Block a user