diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2016-12-30 16:49:54 -0200 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2016-12-30 16:51:24 -0200 |
commit | 6069abe5fdf49cbd9a80c9df0c136587fc8601b5 (patch) | |
tree | 01784d45072d1882ae5b4cb5208a802251e537ed /public/css | |
parent | 42904cb98a4b8e7accdac90bc9f06347cb0521f7 (diff) | |
download | gitea-6069abe5fdf49cbd9a80c9df0c136587fc8601b5.tar.gz gitea-6069abe5fdf49cbd9a80c9df0c136587fc8601b5.zip |
Notifications - Step 2
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/index.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/public/css/index.css b/public/css/index.css index d64c71ca2a..a8d616cc05 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -2694,6 +2694,24 @@ footer .ui.language .menu { .user.followers .follow .ui.button { padding: 8px 15px; } +.user.notification .octicon { + float: left; + font-size: 2em; +} +.user.notification .content { + float: left; + margin-left: 7px; +} +.user.notification .octicon-issue-opened, +.user.notification .octicon-git-pull-request { + color: green; +} +.user.notification .octicon-issue-closed { + color: red; +} +.user.notification .octicon-git-merge { + color: purple; +} .dashboard { padding-top: 15px; padding-bottom: 80px; |