diff options
| author | geireann <geireann.lindfield@gmail.com> | 2021-08-01 18:45:21 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2021-08-01 18:45:21 -0400 |
| commit | 149b2de414812063bc8c81305f284f74a24481cb (patch) | |
| tree | 7e512d1dc9c2ff9364e56d9ef2cbf83625be0fce /src/client/views/PropertiesView.scss | |
| parent | f5bec2e6cd0b5b0d6ca5665260003e9fb7291d4e (diff) | |
small ui tweaks
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index 934ede732..321b83f52 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -1,3 +1,5 @@ +@import "./global/globalCssVariables.scss"; + .propertiesView { height: 100%; font-family: "Roboto"; @@ -823,15 +825,12 @@ } .editable-title { - border: none; padding: 6px; padding-bottom: 2px; - background: #eeeeee; - border-top: 1px solid; - border-left: 1px solid; + border: solid 1px $dark-gray; &:hover { - border: 0.75px solid rgb(122, 28, 28); + border: 0.75px solid $medium-blue; } } |
