mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix scaffolding line colors between events and some colors in Nord theme
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user