aboutsummaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2016-12-30 16:49:54 -0200
committerAndrey Nering <andrey.nering@gmail.com>2016-12-30 16:51:24 -0200
commit6069abe5fdf49cbd9a80c9df0c136587fc8601b5 (patch)
tree01784d45072d1882ae5b4cb5208a802251e537ed /public/less
parent42904cb98a4b8e7accdac90bc9f06347cb0521f7 (diff)
downloadgitea-6069abe5fdf49cbd9a80c9df0c136587fc8601b5.tar.gz
gitea-6069abe5fdf49cbd9a80c9df0c136587fc8601b5.zip
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..d7acc4639e 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: green;
+ }
+ .octicon-issue-closed {
+ color: red;
+ }
+ .octicon-git-merge {
+ color: purple;
+ }
+ }
}