diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-23 15:30:04 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-23 15:30:04 -0400 |
commit | 5bbeeb0f1b5cecb67e1527410a45fb65df0096d1 (patch) | |
tree | 7c135abd7c84f4e1743ad621265fbaee25bf5f99 /public/ng/css/ui.css | |
parent | 93ee0838eb317ce729391fbfafa0595f561e3f65 (diff) |
Page: Commits and fix #249
Diffstat (limited to 'public/ng/css/ui.css')
-rw-r--r-- | public/ng/css/ui.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/ng/css/ui.css b/public/ng/css/ui.css index 5dc3cc04..bd2eb4c9 100644 --- a/public/ng/css/ui.css +++ b/public/ng/css/ui.css @@ -732,6 +732,10 @@ ul.menu-radius > li:last-child > a { .label-green { background-color: #65ad4e; } +.label-green:hover { + background-color: #71bf57; + color: #FFF; +} .label-orange { background-color: #df7514; } |