aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.scss
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-08-24 10:08:50 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-08-24 10:08:50 -0400
commit21c02362a9b658459054a7880aa011e6262f3ae7 (patch)
tree32ae14dd6f47dc4635bbef37981c86d2ca8e72e4 /src/client/views/nodes/WebBox.scss
parent4ab81702c2c78ae20c1984985aaef880d21aef9e (diff)
parentd237c67b236ce66e9bc711931e4c283a8c1e95f2 (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 {