Changeset - 9c8633ea87a7
[Not reviewed]
default
0 1 0
Mads Kiilerich - 8 years ago 2018-04-01 22:38:39
mads@kiilerich.com
less: repo "vcs alias" labels are not changeset labels - move them out of the changeset label section
1 file changed with 12 insertions and 10 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/kallithea-labels.less
Show inline comments
 
@@ -24,58 +24,60 @@
 
  background-color: #DEF;
 
}
 
.label-meta[data-tag="see"] {
 
  border: solid 1px #CBD;
 
  background-color: #EDF;
 
}
 
a.label-metameta[data-tag="license"]:hover {
 
  background-color: @kallithea-theme-main-color;
 
  color: #FFF;
 
  text-decoration: none;
 
}
 

	
 
/* repository vcs "alias" */
 
.label-repo {
 
  border: 1px solid #56A546;
 
  color: #46A546;
 
  text-transform: uppercase;
 
  padding: .2em .3em 0;
 
}
 
#context-bar .label-repo {
 
  border-color: white;
 
  color: white;
 
}
 

	
 
/* permission labels */
 
.label-admin {
 
  background-color: #B94A48;
 
  color: #ffffff;
 
}
 
.label-write {
 
  background-color: #DB7525;
 
  color: #ffffff;
 
}
 
.label-read {
 
  background-color: #468847;
 
  color: #ffffff;
 
}
 
.label-none {
 
  background-color: #bfbfbf;
 
  color: #ffffff;
 
}
 

	
 
/* changeset labels */
 
.label-merge {
 
  background-color: #fca062;
 
  color: #ffffff;
 
  text-transform: uppercase;
 
}
 
.label-repo {
 
  border: 1px solid #56A546;
 
  color: #46A546;
 
  text-transform: uppercase;
 
  padding: .2em .3em 0;
 
}
 
#context-bar .label-repo {
 
  border-color: white;
 
  color: white;
 
}
 
.label-bookmark {
 
  border: 1px solid #46A546;
 
  color: #46A546;
 
}
 
.label-tag {
 
  border: 1px solid #62cffc;
 
  color: #62cffc;
 
}
 
.label-bumped,
 
.label-divergent,
 
.label-extinct,
 
.label-unstable {
0 comments (0 inline, 0 general)