fix lint
This commit is contained in:
parent
c03c3c118c
commit
2ed9eaee8a
1 changed files with 3 additions and 2 deletions
|
@ -28,7 +28,7 @@ button .container-name,
|
||||||
|
|
||||||
/* for a mid sized window we have enough for this but not our image */
|
/* for a mid sized window we have enough for this but not our image */
|
||||||
.title {
|
.title {
|
||||||
background-image: url("chrome://global/skin/icons/info.svg");
|
background-image: url('chrome://global/skin/icons/info.svg');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -77,7 +77,8 @@ dfn {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#deny, #confirm {
|
#deny,
|
||||||
|
#confirm {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue