diff options
Diffstat (limited to 'template/yoga/menubar.css')
-rw-r--r-- | template/yoga/menubar.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index b9092d831..712a25f68 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -112,9 +112,8 @@ FORM#quickconnect LABEL { FORM#quickconnect LABEL { margin:0; width: 100%; - /* -moz-box-sizing: padding-box;*/ - box-sizing: border-box; - -moz-box-sizing: border-box; + -moz-box-sizing: padding-box; /* FIXME in a specific css file for FF */ + box-sizing: border-box; /* CSS3 */ } FORM#quickconnect INPUT[type=text], |