index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
public
/
ng
/
less
/
ui
/
panel.less
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'public/ng/less/ui/panel.less')
-rw-r--r--
public/ng/less/ui/panel.less
8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/ng/less/ui/panel.less b/public/ng/less/ui/panel.less
index c4bba16e..929de21e 100644
--- a/
public/ng/less/ui/panel.less
+++ b/
public/ng/less/ui/panel.less
@@ -36,6 +36,14 @@
border-bottom-right-radius: .3em;
}
}
+ &.panel-info {
+ border-color: #85c5e5;
+ > .panel-header {
+ color: #31708f;
+ background-color: #d9edf7;
+ border-color: #85c5e5;
+ }
+ }
&.panel-warning {
border-color: #F0C36D;
> .panel-header {