mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] alert-debug has transparent backgrond making it unreladable
This commit is contained in:
parent
5383c2d4c8
commit
4fbda06fdb
1 changed files with 4 additions and 0 deletions
|
@ -617,6 +617,10 @@ input[type='radio'].nice-radio {
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.alert-debug {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.app-card .panel-body {
|
||||
padding: 1.5rem;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue