improve option page for missing permission box
This commit is contained in:
parent
ddc9b09e2b
commit
d3a9c27f79
|
@ -406,17 +406,20 @@ body[dir="rtl"] .input-text {
|
|||
width: 10px;
|
||||
}
|
||||
|
||||
.chromium-banner {
|
||||
.chromium-banner, #div-permission {
|
||||
background-color: #ffcccc;
|
||||
border: 1px solid red;
|
||||
border-radius: 3px;
|
||||
display: none;
|
||||
font-weight: bold;
|
||||
margin-top: 20px;
|
||||
padding: 0.8em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.chromium-banner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 760px) {
|
||||
.div-badge {
|
||||
border: none;
|
||||
|
@ -464,8 +467,12 @@ body[dir="rtl"] .input-text {
|
|||
background-image: url("../../icons/help-light.svg");
|
||||
}
|
||||
|
||||
.chromium-banner {
|
||||
.chromium-banner, #div-permission {
|
||||
background-color: #A20B0B;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#div-permission > p {
|
||||
color: white !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue