aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/PropertiesView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-23 10:25:32 -0400
committerbobzel <zzzman@gmail.com>2020-08-23 10:25:32 -0400
commit80f039a6568973b9b7348de2df59dee68f2228ea (patch)
treef6edcbad8ffd760c27f35d6cc89985d1862d6cc5 /src/client/views/collections/collectionFreeForm/PropertiesView.scss
parent6048484932b9abe2962712bf2b8af56eeaab1176 (diff)
added curPage to propertiesView. cleaned up curPage code in PDFBox/viewer. fixed warnings
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/PropertiesView.scss')
-rw-r--r--src/client/views/collections/collectionFreeForm/PropertiesView.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.scss b/src/client/views/collections/collectionFreeForm/PropertiesView.scss
index 535581f2e..278f3b964 100644
--- a/src/client/views/collections/collectionFreeForm/PropertiesView.scss
+++ b/src/client/views/collections/collectionFreeForm/PropertiesView.scss
@@ -731,8 +731,10 @@
border: none;
padding: 6px;
padding-bottom: 2px;
-
-
+ background: #eeeeee;
+ border-top: 1px solid;
+ border-left: 1px solid;
+
&:hover {
border: 0.75px solid rgb(122, 28, 28);
}