summaryrefslogtreecommitdiff
path: root/layout/style/forms.css
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2014-08-16 16:05:11 +0200
committerPale Moon <git-repo@palemoon.org>2014-08-16 16:05:11 +0200
commit2a27aa6ab63f71e84acaf0dd6d4442a2f613e570 (patch)
tree519ba0a1632c3cec12d66e41d85bceb7f03093f0 /layout/style/forms.css
parent18027835c9e70f7d3ef9ff3cc8037f683f7981b6 (diff)
downloadpalemoon-gre-2a27aa6ab63f71e84acaf0dd6d4442a2f613e570.tar.gz
Use un-prefixed CSS box-sizing internally in the browser.
Diffstat (limited to 'layout/style/forms.css')
-rw-r--r--layout/style/forms.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/layout/style/forms.css b/layout/style/forms.css
index e7ca79e98..64f33548d 100644
--- a/layout/style/forms.css
+++ b/layout/style/forms.css
@@ -197,7 +197,7 @@ select {
word-wrap: normal !important;
text-align: start;
cursor: default;
- -moz-box-sizing: border-box;
+ box-sizing: border-box;
-moz-user-select: none;
-moz-appearance: menulist;
border-width: 2px;
@@ -245,7 +245,7 @@ select > button {
/* Make sure to size correctly if the combobox has a non-auto height. */
height: 100% ! important;
- -moz-box-sizing: border-box ! important;
+ box-sizing: border-box ! important;
/*
Make sure to align properly with the display frame. Note that we
@@ -277,7 +277,7 @@ select:empty {
-moz-user-select: none;
/* Make sure to size correctly if the combobox has a non-auto height. */
height: 100% ! important;
- -moz-box-sizing: border-box ! important;
+ box-sizing: border-box ! important;
}
option {
@@ -480,7 +480,7 @@ input[type="checkbox"] {
(Should we maybe set !important on width and height, then?) */
input[type="radio"],
input[type="checkbox"] {
- -moz-box-sizing: border-box;
+ box-sizing: border-box;
width: 13px;
height: 13px;
cursor: default;
@@ -540,7 +540,7 @@ input[type="submit"] {
line-height: normal;
white-space: pre;
cursor: default;
- -moz-box-sizing: border-box;
+ box-sizing: border-box;
-moz-user-select: none;
-moz-binding: none;
text-align: center;
@@ -684,7 +684,7 @@ progress {
float: none ! important;
position: static ! important;
overflow: visible ! important;
- -moz-box-sizing: border-box ! important;
+ box-sizing: border-box ! important;
-moz-appearance: progresschunk;
height: 100%;