diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-05 21:41:59 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-05 21:41:59 +0300 |
| commit | cadfc79763a9c5c7473ca8ab764a0f9c56b125c1 (patch) | |
| tree | b643f462e587cd7003992d7a249ecce265c356e3 /res/client/css/partials | |
| parent | 0408b28c2712157a6d4853042883be9f9e3e299f (diff) | |
client: link properties dialog: delete button identical to node dialog
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/info-card.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/client/css/partials/info-card.scss b/res/client/css/partials/info-card.scss index 29a481b7..23829dad 100644 --- a/res/client/css/partials/info-card.scss +++ b/res/client/css/partials/info-card.scss @@ -15,7 +15,7 @@ float:right; } -.link_info, .info { +.info { color: $dark-grey; background-color: white; @include rz-box-shadow(0px, 1px, 6px, 0px, rgba(0,0,0,0.3) ); |
