1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 14:57:37 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2023-04-04 20:38:42 +02:00

View File

@@ -265,6 +265,9 @@ fieldset.submit-buttons input {
font-size: 13px; font-size: 13px;
outline: 3px dashed transparent; outline: 3px dashed transparent;
outline-offset: -4px; outline-offset: -4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 450px; width: 450px;
min-width: 100%; min-width: 100%;
max-width: 100%; max-width: 100%;