mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Fixes some regressions in NC28 (Issue #109) and improves the dark theme a bit.
This commit is contained in:
@@ -15,20 +15,44 @@
|
||||
}
|
||||
|
||||
#new-note {
|
||||
background-color: var(--color-primary-element);
|
||||
color: var(--color-primary-element-text);
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
padding-left: 34px;
|
||||
background-position: 10px center;
|
||||
min-height: 44px;
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
padding-left: 44px;
|
||||
background-position: 16px center;
|
||||
}
|
||||
|
||||
.icon-button-add {
|
||||
background-image: var(--original-icon-add-white);
|
||||
}
|
||||
|
||||
#new-note-fixed {
|
||||
z-index: 111; /* navigation menu is 110 ;-) */
|
||||
padding: 10px;
|
||||
line-height: 44px;
|
||||
min-height: 44px;
|
||||
margin-bottom: 4px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#app-navigation:not(.vue) > ul > li > ul > .color-filter {
|
||||
display: flex;
|
||||
min-height: 44px;
|
||||
justify-content: center;
|
||||
padding-top: 4px;
|
||||
padding-left: unset;
|
||||
}
|
||||
|
||||
.icon-filter-checkmark {
|
||||
background-image: var(--original-icon-checkmark-dark);
|
||||
}
|
||||
|
||||
.color-filter > .any-color-filter {
|
||||
background-color: var(--color-primary-element-text);
|
||||
}
|
||||
|
||||
.quicknote {
|
||||
color: #202124;
|
||||
min-height: 150px;
|
||||
@@ -168,10 +192,6 @@ Button.circle-toolbar {
|
||||
border-color: var(--color-primary-element);
|
||||
}
|
||||
|
||||
.any-color {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* Isotope Grid */
|
||||
|
||||
.notes-grid {
|
||||
|
||||
Reference in New Issue
Block a user