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/less/ui | |
parent | 93ee0838eb317ce729391fbfafa0595f561e3f65 (diff) | |
download | gitea-5bbeeb0f1b5cecb67e1527410a45fb65df0096d1.tar.gz gitea-5bbeeb0f1b5cecb67e1527410a45fb65df0096d1.zip |
Page: Commits and fix #249
Diffstat (limited to 'public/ng/less/ui')
-rw-r--r-- | public/ng/less/ui/label.less | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/public/ng/less/ui/label.less b/public/ng/less/ui/label.less index a2a8a67905..21a4c82d3d 100644 --- a/public/ng/less/ui/label.less +++ b/public/ng/less/ui/label.less @@ -16,11 +16,13 @@ .label-gray { background-color: @labelGrayColor; } - .label-green { - background-color: @labelGreenColor; + background-color: @labelGreenColor; + &:hover { + background-color: @btnHoverGreenColor; + color: #FFF; + } } - .label-orange { background-color: @labelOrangeColor; } |