From: Stricted Date: Sun, 9 Feb 2014 00:27:59 +0000 (+0100) Subject: add default colors for icons X-Git-Tag: 2.0.4~34^2~2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8c63a240a37418053c648fdebd83c8f7d37de4bc;p=GitHub%2FWoltLab%2FWCF.git add default colors for icons --- diff --git a/wcfsetup/install/files/style/icon.less b/wcfsetup/install/files/style/icon.less index 241713cc36..ef8365cfba 100644 --- a/wcfsetup/install/files/style/icon.less +++ b/wcfsetup/install/files/style/icon.less @@ -30,6 +30,43 @@ &:hover { text-decoration: none; } + + /* default icon colors */ + &.green { + color: rgba(0, 153, 0, 1); + } + + &.red { + color: rgba(204, 0, 0, 1); + } + + &.black { + color: #333; + } + + &.brown { + color: #c63; + } + + &.orange { + color: #f90; + } + + &.yellow { + color: #ff0; + } + + &.blue { + color: #369; + } + + &.purple { + color: #c0f; + } + + &.pink { + color: #f0c; + } } // firefox cursor issue