summaryrefslogtreecommitdiff
path: root/res/client/css
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css')
-rw-r--r--res/client/css/partials/info-card.scss2
-rw-r--r--res/client/css/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/client/css/partials/info-card.scss b/res/client/css/partials/info-card.scss
index eeafb46c..29a481b7 100644
--- a/res/client/css/partials/info-card.scss
+++ b/res/client/css/partials/info-card.scss
@@ -15,7 +15,7 @@
float:right;
}
-.edge_info, .info {
+.link_info, .info {
color: $dark-grey;
background-color: white;
@include rz-box-shadow(0px, 1px, 6px, 0px, rgba(0,0,0,0.3) );
diff --git a/res/client/css/style.css b/res/client/css/style.css
index 2edf88b1..78bcb5bc 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -484,7 +484,7 @@ body.debug .debug-ui-right {
font-size: 12px;
float: right; }
-.edge_info, .info {
+.link_info, .info {
color: #363636;
background-color: white;
-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);