aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/presentationview/PresentationView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-08-21 15:46:23 -0400
committerbob <bcz@cs.brown.edu>2019-08-21 15:46:23 -0400
commit3e33c2f1642195e023673cf669c4b5820fe2aeba (patch)
tree46e8a5e09516a42a68faf9c1b6426defb809614c /src/client/views/presentationview/PresentationView.scss
parent2677b811a49788cea9c98d89f85c4959d72e99f7 (diff)
restructed presentationview
Diffstat (limited to 'src/client/views/presentationview/PresentationView.scss')
-rw-r--r--src/client/views/presentationview/PresentationView.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/client/views/presentationview/PresentationView.scss b/src/client/views/presentationview/PresentationView.scss
index b0968132b..bc1899811 100644
--- a/src/client/views/presentationview/PresentationView.scss
+++ b/src/client/views/presentationview/PresentationView.scss
@@ -1,6 +1,5 @@
.presentationView-cont {
position: absolute;
- background: white;
z-index: 2;
box-shadow: #AAAAAA .2vw .2vw .4vw;
right: 0;
@@ -49,12 +48,15 @@
.presentationView-item:hover {
transition: all .1s;
- background: #AAAAAA
+ background: #AAAAAA;
+ border-radius: 12px;
}
.presentationView-selected {
background: gray;
color: black;
+ border-radius: 12px;
+ box-shadow: black 2px 2px 5px;
}
.presentationView-heading {
@@ -79,11 +81,12 @@
}
.presentation-interaction {
+ color: gray;
float: left;
}
.presentation-interaction-selected {
- background: #505050;
+ color: white;
float: left;
}
@@ -96,6 +99,7 @@
margin-right: 2.5%;
margin-left: 2.5%;
width: 20%;
+ border-radius: 5px;
}
.presentation-buttons {