aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionViewChromes.scss
diff options
context:
space:
mode:
authorkimdahey <claire_kim1@brown.edu>2019-08-09 11:48:26 -0400
committerkimdahey <claire_kim1@brown.edu>2019-08-09 11:48:26 -0400
commit329b79a62bcd2bb57c5c4cb3e805d10a1aceed35 (patch)
treee8919c8e4adcb60bcf5514930298a36f3ad6a4e7 /src/client/views/collections/CollectionViewChromes.scss
parentc407983788a09a5f93921439390834a4811b8842 (diff)
changed css, fixed flickering bug for boolean sorts
Diffstat (limited to 'src/client/views/collections/CollectionViewChromes.scss')
-rw-r--r--src/client/views/collections/CollectionViewChromes.scss58
1 files changed, 58 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionViewChromes.scss b/src/client/views/collections/CollectionViewChromes.scss
index 793cb7a8b..d02daa366 100644
--- a/src/client/views/collections/CollectionViewChromes.scss
+++ b/src/client/views/collections/CollectionViewChromes.scss
@@ -220,4 +220,62 @@
margin-left: 50px;
}
}
+}
+
+.collectionTreeViewChrome-cont {
+ display: flex;
+ justify-content: space-between;
+}
+
+.collectionTreeViewChrome-sort {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+
+ .collectionTreeViewChrome-sortIcon {
+ transition: transform .5s;
+ margin-left: 10px;
+ }
+}
+
+.collectionTreeViewChrome-sectionFilter-cont {
+ justify-self: right;
+ display: flex;
+ font-size: 75%;
+ letter-spacing: 2px;
+
+ .collectionTreeViewChrome-sectionFilter-label {
+ vertical-align: center;
+ padding: 10px;
+ }
+
+ .collectionTreeViewChrome-sectionFilter {
+ color: white;
+ width: 100px;
+ text-align: center;
+ background: rgb(238, 238, 238);
+
+ .editable-view-input,
+ input,
+ .editableView-container-editing-oneLine,
+ .editableView-container-editing {
+ padding: 12px 10px 11px 10px;
+ border: 0px;
+ color: grey;
+ text-align: center;
+ letter-spacing: 2px;
+ outline-color: black;
+ height: 100%;
+ }
+
+ .react-autosuggest__container {
+ margin: 0;
+ color: grey;
+ padding: 0px;
+ }
+ }
+}
+
+.collectionTreeViewChrome-sectionFilter:hover {
+ cursor: text;
} \ No newline at end of file