aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-08-17 10:00:10 -0400
committerbobzel <zzzman@gmail.com>2023-08-17 10:00:10 -0400
commit0eb9d37a9dd1a6539f331f953d5f20c761d5f940 (patch)
tree66a1796a3311a48c58e3458cb514777f4d788f5c /src/client/views/PropertiesView.scss
parentd1e31265f8707bea63e21bf9a7b1dd10ccbf2009 (diff)
fixed brushing of pinned viewports for chrome to not flash. converted pres<Property> to config_<property> and treeView<Property> to treeView_Property. fixed text toolbar to show/set text properties based on insertion point.
Diffstat (limited to 'src/client/views/PropertiesView.scss')
-rw-r--r--src/client/views/PropertiesView.scss88
1 files changed, 41 insertions, 47 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss
index b79486167..1a7c9eb64 100644
--- a/src/client/views/PropertiesView.scss
+++ b/src/client/views/PropertiesView.scss
@@ -26,36 +26,34 @@
padding: 5px 10px;
}
-
.propertiesView-sharing {
//border-bottom: 1px solid black;
//padding: 8.5px;
+ .propertiesView-buttonContainer {
+ float: right;
+ display: flex;
- .propertiesView-buttonContainer {
- float: right;
- display: flex;
-
- button {
- width: 15;
- height: 15;
- padding: 0;
- margin-top: -5;
- }
+ button {
+ width: 15;
+ height: 15;
+ padding: 0;
+ margin-top: -5;
}
+ }
- .change-buttons {
- display: flex;
+ .change-buttons {
+ display: flex;
- button {
- width: 5;
- height: 5;
- }
+ button {
+ width: 5;
+ height: 5;
+ }
- input {
- width: 100%;
- }
+ input {
+ width: 100%;
}
+ }
}
.propertiesView-acls-checkbox {
@@ -63,11 +61,11 @@
margin-left: 50px;
}
- .propertiesView-shareDropDown{
+ .propertiesView-shareDropDown {
margin-right: 10px;
min-width: 65px;
-
- & .propertiesView-shareDropDownNone{
+
+ & .propertiesView-shareDropDownNone {
padding: 0px;
padding-left: 3px;
padding-right: 3px;
@@ -77,7 +75,7 @@
border: 1px solid rgb(71, 71, 71);
}
& .propertiesView-shareDropDownEdit,
- .propertiesView-shareDropDownAdmin{
+ .propertiesView-shareDropDownAdmin {
padding: 0px;
padding-left: 3px;
padding-right: 3px;
@@ -86,17 +84,16 @@
border-radius: 6px;
border: 1px solid rgb(75, 75, 5);
}
- & .propertiesView-shareDropDownAugment{
+ & .propertiesView-shareDropDownAugment {
padding: 0px;
padding-left: 3px;
padding-right: 3px;
background: rgb(208, 255, 208);
- color:rgb(19, 80, 19);
+ color: rgb(19, 80, 19);
border-radius: 6px;
border: 1px solid rgb(19, 80, 19);
-
}
- & .propertiesView-shareDropDownView{
+ & .propertiesView-shareDropDownView {
padding: 0px;
padding-left: 3px;
padding-right: 3px;
@@ -105,7 +102,7 @@
border-radius: 6px;
border: 1px solid rgb(25, 25, 101);
}
- & .propertiesView-shareDropDownNot-Shared{
+ & .propertiesView-shareDropDownNot-Shared {
padding: 0px;
padding-left: 3px;
padding-right: 3px;
@@ -245,15 +242,12 @@
cursor: auto;
}
}
+}
- }
-
- .propertiesView-presTrails {
- //border-bottom: 1px solid black;
- //padding: 8.5px;
-
-
- }
+.propertiesView-presentationTrails {
+ //border-bottom: 1px solid black;
+ //padding: 8.5px;
+}
.inking-button {
display: flex;
@@ -515,9 +509,9 @@
}
}
-.propertiesView-wordTitle{
- color:darkslategray;
- font-weight:200;
+.propertiesView-wordTitle {
+ color: darkslategray;
+ font-weight: 200;
}
.editable-title {
@@ -532,15 +526,15 @@
}
}
-.propertiesView-wordType{
- color:darkslategray;
- font-weight:200;
+.propertiesView-wordType {
+ color: darkslategray;
+ font-weight: 200;
}
-.currentType{
+.currentType {
text-decoration: underline;
display: flex;
- align-items:center;
+ align-items: center;
// border: solid 1px #323232;
// padding-left: 5px;
// padding-top: 4px;
@@ -548,8 +542,8 @@
// height: fit-content;
}
-.currentType-icon{
- margin-right:5px;
+.currentType-icon {
+ margin-right: 5px;
}
.properties-flyout {