Fix scaffolding line colors between events and some colors in Nord theme

This commit is contained in:
Florian Rival
2020-06-13 22:39:49 +01:00
parent c179730dc4
commit 38cd264bf8
4 changed files with 17 additions and 18 deletions

View File

@@ -36,9 +36,9 @@
* Scaffolding lines on the left
*/
.gd-events-sheet-dark-theme .rst__lineHalfHorizontalRight::before,
.rst__lineFullVertical::after,
.rst__lineHalfVerticalTop::after,
.rst__lineHalfVerticalBottom::after {
.gd-events-sheet-dark-theme .rst__lineFullVertical::after,
.gd-events-sheet-dark-theme .rst__lineHalfVerticalTop::after,
.gd-events-sheet-dark-theme .rst__lineHalfVerticalBottom::after {
background-color: #aaa;
}

View File

@@ -36,9 +36,9 @@
* Scaffolding lines on the left
*/
.gd-events-sheet-default-theme .rst__lineHalfHorizontalRight::before,
.rst__lineFullVertical::after,
.rst__lineHalfVerticalTop::after,
.rst__lineHalfVerticalBottom::after {
.gd-events-sheet-default-theme .rst__lineFullVertical::after,
.gd-events-sheet-default-theme .rst__lineHalfVerticalTop::after,
.gd-events-sheet-default-theme .rst__lineHalfVerticalBottom::after {
background-color: black;
}

View File

@@ -36,9 +36,9 @@
* Scaffolding lines on the left
*/
.gd-events-sheet-nord-theme .rst__lineHalfHorizontalRight::before,
.rst__lineFullVertical::after,
.rst__lineHalfVerticalTop::after,
.rst__lineHalfVerticalBottom::after {
.gd-events-sheet-nord-theme .rst__lineFullVertical::after,
.gd-events-sheet-nord-theme .rst__lineHalfVerticalTop::after,
.gd-events-sheet-nord-theme .rst__lineHalfVerticalBottom::after {
background-color: #D8DEE9;
}

View File

@@ -2,33 +2,33 @@
.mosaic-gd-nord-theme.mosaic {
background-color: #3B4252 !important;
}
/* Mosaic window and tile */
.mosaic-gd-nord-theme .mosaic-window-toolbar {
background: #5E81AC !important;
}
.mosaic-gd-nord-theme .mosaic-window-body {
background: #3B4252 !important;
}
.mosaic-gd-nord-theme .mosaic-window .mosaic-window-title {
color: #ECEFF4 !important;
font-weight: 400 !important;
font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
font-size: 15px; /* Same as ClosableTabs font size */
}
/* Hovered titlebar background */
.mosaic-gd-nord-theme.mosaic-blueprint-theme .mosaic-window .mosaic-window-toolbar.draggable:hover,
.mosaic-gd-nord-theme.mosaic.mosaic-blueprint-theme .mosaic-preview .mosaic-window-toolbar.draggable:hover {
background: #81A1C1 !important;
}
.mosaic-gd-nord-theme .mosaic-split.-column {
background-color: #4d4d4d !important;
background-color: #3B4252 !important;
}
/* Separator draggable background */
.mosaic-gd-nord-theme .mosaic-split.-column .mosaic-split-line {
height: 1px;
@@ -37,10 +37,9 @@
margin: auto;
bottom: 1px;
}
.mosaic-gd-nord-theme .mosaic-split:hover .mosaic-split-line {
border-color: #88C0D0 !important;
box-shadow: none !important;
cursor: ns-resize;
}