popup: make the regexp problem indicator red
This commit is contained in:
parent
fa550d1ee6
commit
8b2226936d
16
popup.css
16
popup.css
|
@ -143,22 +143,23 @@ body.blocked > DIV {
|
||||||
}
|
}
|
||||||
|
|
||||||
.not-applied:hover .style-name {
|
.not-applied:hover .style-name {
|
||||||
color: darkorange;
|
color: darkred;
|
||||||
}
|
}
|
||||||
|
|
||||||
.regexp-problem-indicator {
|
.regexp-problem-indicator {
|
||||||
background-color: darkorange;
|
background-color: #d00;
|
||||||
width: 15px;
|
width: 14px;
|
||||||
height: 15px;
|
height: 14px;
|
||||||
line-height: 16px;
|
line-height: 15px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin-right: 4px;
|
margin-right: 6px;
|
||||||
margin-left: 4px;
|
margin-left: 6px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.regexp-partial .actions,
|
.regexp-partial .actions,
|
||||||
|
@ -178,6 +179,7 @@ body.blocked > DIV {
|
||||||
box-shadow: 0 0 100px black;
|
box-shadow: 0 0 100px black;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
z-index: 999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
#regexp-explanation > div {
|
#regexp-explanation > div {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user