diff options
author | bobzel <zzzman@gmail.com> | 2020-09-04 19:54:25 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-09-04 19:54:25 -0400 |
commit | 2ef7900d1210bc0e5261e1d1f8fd1ba5f3a0ee4c (patch) | |
tree | 289df18d98996dd03e6e0dae2baa615247aafd0d /src/client/views/PropertiesView.scss | |
parent | 7f6f5acc59e772cb828b8e532e16d4c40465de65 (diff) | |
parent | cb28e0cc898b0f7f880a23501bc1510df3c1c3fc (diff) |
Merge remote-tracking branch 'origin/anika_bug_fixes'
Diffstat (limited to 'src/client/views/PropertiesView.scss')
-rw-r--r-- | src/client/views/PropertiesView.scss | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index 80f116029..e5f9e0417 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -47,7 +47,7 @@ } .propertiesView-settings { - border-bottom: 1px solid black; + //border-bottom: 1px solid black; //padding: 8.5px; font-size: 12.5px; font-weight: bold; @@ -87,7 +87,7 @@ } .propertiesView-sharing { - border-bottom: 1px solid black; + //border-bottom: 1px solid black; //padding: 8.5px; .propertiesView-sharing-title { @@ -150,7 +150,7 @@ } .propertiesView-appearance { - border-bottom: 1px solid black; + //border-bottom: 1px solid black; //padding: 8.5px; .propertiesView-appearance-title { @@ -187,7 +187,7 @@ } .propertiesView-transform { - border-bottom: 1px solid black; + //border-bottom: 1px solid black; //padding: 8.5px; .propertiesView-transform-title { @@ -322,7 +322,7 @@ } .propertiesView-fields { - border-bottom: 1px solid black; + //border-bottom: 1px solid black; //padding: 8.5px; .propertiesView-fields-title { @@ -394,6 +394,7 @@ cursor: auto; } } + .propertiesView-contexts { .propertiesView-contexts-title { @@ -465,7 +466,7 @@ } .propertiesView-presTrails { - border-bottom: 1px solid black; + //border-bottom: 1px solid black; //padding: 8.5px; .propertiesView-presTrails-title { |