mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-08 21:13:05 +02:00
Gray label
This commit is contained in:
@@ -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
@@ -45,7 +45,7 @@
|
||||
}
|
||||
|
||||
.badge.lang {
|
||||
background-color: $tertiary-accent-bg;
|
||||
background-color: gray;
|
||||
color: white;
|
||||
border-radius: 20%;
|
||||
margin-left: 8px;
|
||||
|
||||
Reference in New Issue
Block a user