aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-08-23 12:42:40 -0400
committerbob <bcz@cs.brown.edu>2019-08-23 12:42:40 -0400
commita050cf846fe0d78a922268d33a9024e95a7a5a09 (patch)
tree653702aa998e22c089b23ca980e97e41bae9d0aa /src/client/views/nodes/WebBox.scss
parentf4afa471e03618169137a6533db8623aae93d6c5 (diff)
parent6ebd808c96dbdf5c457a5f9a1eda9be02f661597 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
-rw-r--r--src/client/views/nodes/WebBox.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss
index 07774263c..43220df71 100644
--- a/src/client/views/nodes/WebBox.scss
+++ b/src/client/views/nodes/WebBox.scss
@@ -1,3 +1,5 @@
+@import "../globalCssVariables.scss";
+
.webBox-cont,
.webBox-cont-interactive {
padding: 0vw;
@@ -61,6 +63,14 @@
width: 40px;
transform-origin: top left;
}
+
+ .switchToText {
+ color: $main-accent;
+ }
+
+ .switchToText:hover {
+ color: $dark-color;
+ }
}
button:hover {