fix lint
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user