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
 
@@ -33,6 +33,18 @@ a.label-metameta[data-tag="license"]:hov
 
  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;
 
@@ -57,16 +69,6 @@ a.label-metameta[data-tag="license"]:hov
 
  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;
0 comments (0 inline, 0 general)