summaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2017-01-05 11:53:01 -0200
committerGitHub <noreply@github.com>2017-01-05 11:53:01 -0200
commit79d527195d98d74867a067ce93a4dace2b86d2bb (patch)
tree0dd577f8b0f28c95a7d66def7d321e3b4e65f2c3 /public/less
parent9d1bc9aac88bda13e4b9319ab915bca1b65521f6 (diff)
parentb354cf362ec432533da4384d4ee0c32283b7089f (diff)
downloadgitea-79d527195d98d74867a067ce93a4dace2b86d2bb.tar.gz
gitea-79d527195d98d74867a067ce93a4dace2b86d2bb.zip
Merge pull request #539 from andreynering/notifications-step-2
Notifications - Step 2
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_user.less21
1 files changed, 21 insertions, 0 deletions
diff --git a/public/less/_user.less b/public/less/_user.less
index 3e37011cfb..b446351bd4 100644
--- a/public/less/_user.less
+++ b/public/less/_user.less
@@ -74,4 +74,25 @@
}
}
}
+
+ &.notification {
+ .octicon {
+ float: left;
+ font-size: 2em;
+ }
+ .content {
+ float: left;
+ margin-left: 7px;
+ }
+
+ .octicon-issue-opened, .octicon-git-pull-request {
+ color: #21ba45;
+ }
+ .octicon-issue-closed {
+ color: #d01919;
+ }
+ .octicon-git-merge {
+ color: #a333c8;
+ }
+ }
}