diff options
| author | Lootyhoof <lootyhoofer@gmail.com> | 2018-08-20 21:49:42 +0100 |
|---|---|---|
| committer | Lootyhoof <lootyhoofer@gmail.com> | 2018-08-20 21:49:42 +0100 |
| commit | bfda8afdb30a95cd4089896f2153b44cf7037177 (patch) | |
| tree | 1a2166f1d676fe7804be654d6be1b193a18ade6d /src/chrome/global/notification.css | |
| parent | 4f099b6e298be23fb0b3644d999634fe9bd86084 (diff) | |
Use non-prefixed -inline stylings
Diffstat (limited to 'src/chrome/global/notification.css')
| -rw-r--r-- | src/chrome/global/notification.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/chrome/global/notification.css b/src/chrome/global/notification.css index 83030d1..e6efe06 100644 --- a/src/chrome/global/notification.css +++ b/src/chrome/global/notification.css | |||
| @@ -28,8 +28,8 @@ notification[type="critical"] { | |||
| 28 | .messageImage { | 28 | .messageImage { |
| 29 | width: 16px; | 29 | width: 16px; |
| 30 | height: 16px; | 30 | height: 16px; |
| 31 | -moz-margin-start: 6px; | 31 | margin-inline-start: 6px; |
| 32 | -moz-margin-end: 1px; | 32 | margin-inline-end: 1px; |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | /* Default icons for notifications */ | 35 | /* Default icons for notifications */ |
| @@ -53,7 +53,7 @@ notification[type="critical"] { | |||
| 53 | } | 53 | } |
| 54 | 54 | ||
| 55 | .messageCloseButton > .toolbarbutton-icon { | 55 | .messageCloseButton > .toolbarbutton-icon { |
| 56 | -moz-margin-end: 5px; | 56 | margin-inline-end: 5px; |
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | /* Popup notification */ | 59 | /* Popup notification */ |
| @@ -96,13 +96,13 @@ notification[type="critical"] { | |||
| 96 | .popup-notification-menubutton > .button-menubutton-button { | 96 | .popup-notification-menubutton > .button-menubutton-button { |
| 97 | background-color: transparent; | 97 | background-color: transparent; |
| 98 | padding: 1px; | 98 | padding: 1px; |
| 99 | -moz-border-end: none; | 99 | border-inline-end: none; |
| 100 | } | 100 | } |
| 101 | 101 | ||
| 102 | .popup-notification-menubutton:not([type="menu-button"]), | 102 | .popup-notification-menubutton:not([type="menu-button"]), |
| 103 | .popup-notification-menubutton > .button-menubutton-button > .button-box { | 103 | .popup-notification-menubutton > .button-menubutton-button > .button-box { |
| 104 | -moz-padding-start: 8px; | 104 | padding-inline-start: 8px; |
| 105 | -moz-padding-end: 5px; | 105 | padding-inline-end: 5px; |
| 106 | } | 106 | } |
| 107 | 107 | ||
| 108 | .popup-notification-menubutton > .button-menubutton-dropmarker { | 108 | .popup-notification-menubutton > .button-menubutton-dropmarker { |
| @@ -145,6 +145,6 @@ notification[type="critical"] { | |||
| 145 | } | 145 | } |
| 146 | 146 | ||
| 147 | .popup-notification-closebutton { | 147 | .popup-notification-closebutton { |
| 148 | -moz-margin-end: -14px; | 148 | margin-inline-end: -14px; |
| 149 | margin-top: -10px; | 149 | margin-top: -10px; |
| 150 | } | 150 | } |
