From b31e62f9409538be054dd51f6ef4dd16934c2304 Mon Sep 17 00:00:00 2001 From: FelisCatus Date: Tue, 8 Mar 2016 15:55:32 +0800 Subject: [PATCH] Fix hover style of [Apply changes] when highlighted. Fix #682. --- omega-web/src/less/options.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/omega-web/src/less/options.less b/omega-web/src/less/options.less index c6e2da1..cd20028 100644 --- a/omega-web/src/less/options.less +++ b/omega-web/src/less/options.less @@ -247,6 +247,13 @@ h1 { @media (max-height: 767px) { padding: 5px 15px; } + + &.btn-success:hover { + // Fix hover style of [Apply changes] when highlighted. + color: #fff; + background-color: #449d44; + border-color: #398439; + } } } }