summaryrefslogtreecommitdiff
path: root/src/chrome/global/dialog.css
diff options
context:
space:
mode:
authorLootyhoof <lootyhoofer@gmail.com>2018-08-20 21:49:42 +0100
committerLootyhoof <lootyhoofer@gmail.com>2018-08-20 21:49:42 +0100
commitbfda8afdb30a95cd4089896f2153b44cf7037177 (patch)
tree1a2166f1d676fe7804be654d6be1b193a18ade6d /src/chrome/global/dialog.css
parent4f099b6e298be23fb0b3644d999634fe9bd86084 (diff)
Use non-prefixed -inline stylings
Diffstat (limited to 'src/chrome/global/dialog.css')
-rw-r--r--src/chrome/global/dialog.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/chrome/global/dialog.css b/src/chrome/global/dialog.css
index e0d854a..8db8573 100644
--- a/src/chrome/global/dialog.css
+++ b/src/chrome/global/dialog.css
@@ -13,8 +13,8 @@
13dialog { 13dialog {
14 padding-top: 8px; 14 padding-top: 8px;
15 padding-bottom: 10px; 15 padding-bottom: 10px;
16 -moz-padding-start: 8px; 16 padding-inline-start: 8px;
17 -moz-padding-end: 10px; 17 padding-inline-end: 10px;
18} 18}
19 19
20/* ::::: dialog buttons ::::: */ 20/* ::::: dialog buttons ::::: */
@@ -46,16 +46,16 @@ dialogheader {
46 -moz-box-orient: vertical; 46 -moz-box-orient: vertical;
47 margin-top: -8px; 47 margin-top: -8px;
48 margin-bottom: 0; 48 margin-bottom: 0;
49 -moz-margin-start: -8px; 49 margin-inline-start: -8px;
50 -moz-margin-end: -10px; 50 margin-inline-end: -10px;
51 border-left: none; 51 border-left: none;
52 border-right: none; 52 border-right: none;
53 border-top: none; 53 border-top: none;
54 border-bottom-color: rgb(50,50,50); 54 border-bottom-color: rgb(50,50,50);
55 padding-top: 12px; 55 padding-top: 12px;
56 padding-bottom: 12px; 56 padding-bottom: 12px;
57 -moz-padding-start: 25px; 57 padding-inline-start: 25px;
58 -moz-padding-end: 5px; 58 padding-inline-end: 5px;
59 background-color: rgb(43,43,43); 59 background-color: rgb(43,43,43);
60 color: #fff; 60 color: #fff;
61} 61}
@@ -66,5 +66,5 @@ dialogheader {
66} 66}
67 67
68.header-large > .dialogheader-description { 68.header-large > .dialogheader-description {
69 -moz-margin-start: 12px !important; 69 margin-inline-start: 12px !important;
70} 70}