aboutsummaryrefslogtreecommitdiffstats
path: root/public/less/_base.less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-26 21:45:51 +0800
committerUnknwon <u@gogs.io>2015-08-26 21:45:51 +0800
commit28814564212b7c64136cc3eda3774af56983557e (patch)
treec0ea1c8ecb6504241a1d2b4111075ee2b0905470 /public/less/_base.less
parent1cb03135b745675e614b0b89ab3fde412276fec1 (diff)
downloadgitea-28814564212b7c64136cc3eda3774af56983557e.tar.gz
gitea-28814564212b7c64136cc3eda3774af56983557e.zip
new webhooks list UI
Diffstat (limited to 'public/less/_base.less')
-rw-r--r--public/less/_base.less16
1 files changed, 16 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less
index fa307c2a87..7a15e99796 100644
--- a/public/less/_base.less
+++ b/public/less/_base.less
@@ -73,9 +73,21 @@ img {
.text {
&.red {
color: #d95c5c!important;
+ a {
+ color: #d95c5c!important;
+ &:hover {
+ color: #E67777!important;
+ }
+ }
}
&.blue {
color: #428bca!important;
+ a {
+ color: #15c!important;
+ &:hover {
+ color: #428bca!important;
+ }
+ }
}
&.grey {
color: #767676!important;
@@ -105,6 +117,10 @@ img {
white-space: nowrap;
display: inline-block;
}
+
+ &.thin {
+ font-weight: normal;
+ }
}
.message {