This commit is contained in:
Khansa Kiasatina
2020-03-13 17:25:09 -04:00
parent c03c3c118c
commit 2ed9eaee8a
+3 -2
View File
@@ -28,7 +28,7 @@ button .container-name,
/* for a mid sized window we have enough for this but not our image */
.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;
}
#deny, #confirm {
#deny,
#confirm {
flex-grow: 1;
}