aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/MainView.scss')
-rw-r--r--src/client/views/MainView.scss30
1 files changed, 23 insertions, 7 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss
index 07ca0257c..08bcd55ae 100644
--- a/src/client/views/MainView.scss
+++ b/src/client/views/MainView.scss
@@ -63,6 +63,10 @@
.mainView-container {
color: $dark-gray;
+ .lm_goldenlayout {
+ background: $medium-gray;
+ }
+
.lm_title {
background: $light-gray;
color: $dark-gray;
@@ -153,7 +157,8 @@
cursor: auto;
}
-.mainView-innerContent, .mainView-innerContent-dark {
+.mainView-innerContent,
+.mainView-innerContent-dark {
display: contents;
flex-direction: row;
position: relative;
@@ -175,44 +180,52 @@
position: absolute;
z-index: 2;
background-color: $medium-gray;
+
.editable-title {
background-color: $light-gray;
}
}
}
+
.mainView-libraryHandle {
background-color: $light-gray;
}
-.mainView-innerContent-dark
-{
+
+.mainView-innerContent-dark {
.propertiesView {
background-color: #252525;
+
input {
background-color: $medium-gray;
}
- .propertiesView-sharingTable
- {
+
+ .propertiesView-sharingTable {
background-color: $medium-gray;
}
+
.editable-title {
background-color: $medium-gray;
}
+
.propertiesView-field {
background-color: $medium-gray;
}
}
+
.mainView-propertiesDragger,
.mainView-libraryHandle {
background: #353535;
}
}
+
.mainView-container-dark {
.contextMenu-cont {
background: $medium-gray;
color: $white;
+
input::placeholder {
- color:$white;
+ color: $white;
}
}
}
@@ -432,6 +445,7 @@
right: unset !important;
left: 0 !important;
}
+
.lm_close_tab {
padding: 0;
width: 15px !important;
@@ -443,7 +457,9 @@
right: unset !important;
left: 0 !important;
}
-.lm_tab, .lm_tab_active {
+
+.lm_tab,
+.lm_tab_active {
display: flex !important;
padding-right: 0 !important;
} \ No newline at end of file