This commit is contained in:
Khansa Kiasatina 2020-03-13 17:25:09 -04:00
parent c03c3c118c
commit 2ed9eaee8a

View file

@ -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;
} }