diff options
author | Antoine GIRARD <sapk@sapk.fr> | 2015-03-19 00:35:17 +0100 |
---|---|---|
committer | Antoine GIRARD <sapk@sapk.fr> | 2015-03-19 00:35:17 +0100 |
commit | 96a71aaed8b01e505fffbd740ffb492ce89cead1 (patch) | |
tree | 1d2471d760ddec010a4b8168d50640a39175b8d7 /public/ng/less/ui/var.less | |
parent | e9c599b48ac77114f1d7761855c72a980c751b53 (diff) |
Apply ng to issue dashboard
Diffstat (limited to 'public/ng/less/ui/var.less')
-rw-r--r-- | public/ng/less/ui/var.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/ng/less/ui/var.less b/public/ng/less/ui/var.less index c9eb1629..98027e54 100644 --- a/public/ng/less/ui/var.less +++ b/public/ng/less/ui/var.less @@ -45,6 +45,10 @@ @btnGrayHoverColor: #FAFAFA; @btnGrayBorderColor: #D0D0D0; +@btnWhiteColor: #FFF; +@btnWhiteHoverColor: #e8e8e8; +@btnWhiteBorderColor: #c6c6c6; + @lineMenuHoverBgColor: #EAEAEA; @lineMenuHoverFontColor: #444; |