| Index: skin/popup.css |
| =================================================================== |
| --- a/skin/popup.css |
| +++ b/skin/popup.css |
| @@ -76,12 +76,24 @@ |
| background-color: #c72e12; |
| } |
| -#notification.information |
| +#notification.information, |
| +#notification.question |
| { |
| border-color: #1c5fa4; |
| background-color: #1281c7; |
| } |
| +#notification-question |
| +{ |
| + display: none; |
| + margin-top: 10px; |
| +} |
| + |
| +#notification.question #notification-question |
| +{ |
| + display: block; |
| +} |
| + |
| #notification h1 |
| { |
| margin: 0px 15px 5px 0px; |
| @@ -106,6 +118,16 @@ |
| background-position: -34px -89px; |
| } |
| +#notification-question button |
| +{ |
| + cursor: pointer; |
| + padding: 3px 8px; |
| + color: #1281c7; |
| + border: none; |
| + border-radius: 2px; |
| + background-color: white; |
| +} |
| + |
| footer |
| { |
| cursor: pointer; |