Changeset - 6d69d2448627
[Not reviewed]
default
0 1 0
Mads Kiilerich - 7 years ago 2018-06-07 01:47:22
mads@kiilerich.com
changelog: override the Bootstrap default and give changeset labels less bottom padding so the bottom border doesn't get truncated
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/kallithea-labels.less
Show inline comments
 
@@ -44,48 +44,51 @@ a.label-metameta[data-tag="license"]:hov
 
/* 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-bookmark {
 
  border: 1px solid #46A546;
 
  color: #46A546;
 
}
 
.label-tag {
 
  border: 1px solid #62cffc;
 
  color: #62cffc;
 
}
 
.label-bumped,
 
.label-divergent,
 
.label-extinct,
 
.label-unstable {
 
  background-color: #f00;
 
  border-color: #600;
 
  color: #fff;
 
}
 
.label-phase {
 
  border: 1px solid #1F14CE;
 
  color: #1F14CE;
 
}
 
.label-branch {
 
  border: 1px solid #d9e8f8;
 
  color: #577632;
 
}
 
.extra-container > .label {
 
  padding-bottom: 0.2em;
 
}
0 comments (0 inline, 0 general)