Gray label

This commit is contained in:
Flavio Copes
2015-08-18 20:27:10 +02:00
parent 6347f21ed8
commit 468d79530a
3 changed files with 3 additions and 3 deletions

View File

@@ -1367,7 +1367,7 @@ tr {
.pages-list .row .hint:after, .pages-list .row [data-hint]:after {
border-radius: 2px; }
.pages-list .row .badge.lang {
background-color: #2693B7;
background-color: gray;
color: white;
border-radius: 20%;
margin-left: 8px; }

File diff suppressed because one or more lines are too long

View File

@@ -45,7 +45,7 @@
}
.badge.lang {
background-color: $tertiary-accent-bg;
background-color: gray;
color: white;
border-radius: 20%;
margin-left: 8px;