diff options
| author | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-29 17:50:15 -0400 | 
|---|---|---|
| committer | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-29 17:50:15 -0400 | 
| commit | b3fde759b304f6401595f4e43bb00cc6fa65c915 (patch) | |
| tree | 89c07b403b00da27bfaa62d2b1a620829da1c31f /src/client/views/MainView.scss | |
| parent | 795764089a464304be12e5b41dced0045350cc86 (diff) | |
added message to empty tab screen
Diffstat (limited to 'src/client/views/MainView.scss')
| -rw-r--r-- | src/client/views/MainView.scss | 30 | 
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  | 
