Changeset - d6cbe497f881
[Not reviewed]
default
0 1 0
Mads Kiilerich - 8 years ago 2018-04-01 22:39:20
mads@kiilerich.com
less: let repo labels inherit color so they are rendered as the surrounding text, especially on colored backgrounds
1 file changed with 2 insertions and 6 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/kallithea-labels.less
Show inline comments
 
@@ -35,15 +35,11 @@ a.label-metameta[data-tag="license"]:hov
 

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

	
 
/* permission labels */
 
.label-admin {
0 comments (0 inline, 0 general)