Changeset - 5bfea0b02e24
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-10-29 00:54:24
dominikruf@gmail.com
less: use Bootstrap badge style

Also use same badge coloring in navbar inverse as in panel-heading.
1 file changed with 8 insertions and 7 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/style.less
Show inline comments
 
@@ -832,13 +832,6 @@ input.status_change_checkbox,
 
input.status_change_radio {
 
  margin: 0 0 5px 15px;
 
}
 
.badge {
 
  padding: 4px 4px !important;
 
  text-align: center;
 
  color: #888 !important;
 
  background-color: #DEDEDE !important;
 
  border-radius: 4px !important;
 
}
 
@keyframes animated-comment-background {
 
  0% {
 
    background-position: 0 0;
 
@@ -1036,6 +1029,14 @@ body table.dataTable thead .sorting_desc
 
  outline: 0;
 
}
 

	
 
/* use same badge coloring in navbar inverse as in panel-heading */
 
.navbar-inverse {
 
  .badge {
 
    color: @navbar-inverse-bg;
 
    background-color: @navbar-inverse-color;
 
  }
 
}
 

	
 
/* pygments style */
 
div.search-code-body pre .match {
 
  background-color: #FAFFA6;
0 comments (0 inline, 0 general)