From 9c30e4b8dc74368b2634a4259df329af7f6c465e Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 3 Jun 2015 17:42:23 +0300 Subject: [PATCH] style update --- web/css/styles.min.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/web/css/styles.min.css b/web/css/styles.min.css index d6c9251d6..dbcd86ff1 100644 --- a/web/css/styles.min.css +++ b/web/css/styles.min.css @@ -1297,6 +1297,11 @@ div.l-content > div.l-separator:nth-of-type(4) { .l-unit__name span:first-of-type { margin-left: 39px; } +.l-unit__name b { + font-weight: normal; + font-style: italic; +} + .l-unit__ip { margin-bottom: 34px; font-size: 12px; @@ -2128,6 +2133,18 @@ label { color: #333; } +a.vst-text, +a.vst-text b{ + color: #2c9491; +} +a.vst-text:hover, +a.vst-text:hover b{ + color: #ff6701; +} +a.vst-text:active, +a.vst-text:active b{ + color: #ff6701; +} .vst-textinput { background-color: #fff;