aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.scss
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2021-10-14 14:57:52 -0400
committerGitHub <noreply@github.com>2021-10-14 14:57:52 -0400
commit760be3c3cbf5ba125dfc2ebbbc1c5315602c42c9 (patch)
tree9c48a176b3405952c81a9a7d856f956f05caa077 /src/client/views/MainView.scss
parented68bbec549dedeb89bcb584151b097863b52d0d (diff)
parentbc98611d219c3c3f69576b9e97d6363f5a465f91 (diff)
Merge pull request #32 from brown-dash/splash-screen-3-Anh-En-Hua
Splash screen Anh/En-Hua: empty tabs message
Diffstat (limited to 'src/client/views/MainView.scss')
-rw-r--r--src/client/views/MainView.scss17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss
index c3cdb7dde..15cd2c144 100644
--- a/src/client/views/MainView.scss
+++ b/src/client/views/MainView.scss
@@ -59,6 +59,10 @@
.mainView-container {
color: $dark-gray;
+ .lm_goldenlayout {
+ background: $medium-gray;
+ }
+
.lm_title {
background: $light-gray;
color: $dark-gray;
@@ -166,12 +170,14 @@
position: absolute;
z-index: 2;
background-color: $light-gray;
+
.editable-title {
background-color: $light-gray;
}
}
}
+
.mainView-libraryHandle {
background-color: $light-gray;
}
@@ -179,20 +185,24 @@
{
.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;
@@ -202,8 +212,9 @@
.contextMenu-cont {
background: $medium-gray;
color: $white;
+
input::placeholder {
- color:$white;
+ color: $white;
}
}
}