diff --git a/web/root/ecWeb/themes/blacktastic/style.css b/web/root/ecWeb/themes/blacktastic/style.css index afa592d35fc19a2c5682d8fcf8461983b0862f87..7922911e48d046759f37369ecaab531ea2a72ed0 100644 --- a/web/root/ecWeb/themes/blacktastic/style.css +++ b/web/root/ecWeb/themes/blacktastic/style.css @@ -1,7 +1,7 @@ /* blacktastic v2 by echicken */ /* HTML input elements, (eg. text inputs, buttons.) */ -input { +button, input { border-style: solid; border-width: 1px; border-color: #FFFFFF; diff --git a/web/root/ecWeb/themes/blocktastic-r/style.css b/web/root/ecWeb/themes/blocktastic-r/style.css index dd60bd637e2a4f93146331ecfb3d9f86003a8e4b..69a1782bfad78e33524457afb2861907d73d8302 100644 --- a/web/root/ecWeb/themes/blocktastic-r/style.css +++ b/web/root/ecWeb/themes/blocktastic-r/style.css @@ -1,7 +1,7 @@ /* blocktastic-r by echicken */ /* HTML input elements, (eg. text inputs, buttons.) */ -input { +button, input { border-style: solid; border-width: 1px; border-color: #FFFFFF; diff --git a/web/root/ecWeb/themes/blocktastic/style.css b/web/root/ecWeb/themes/blocktastic/style.css index 2f026ed3cdb4f8a48c11ac24b3e26ee33b5dec46..b55d7a68a69c7c93601b3edea524b7077bfe39ac 100644 --- a/web/root/ecWeb/themes/blocktastic/style.css +++ b/web/root/ecWeb/themes/blocktastic/style.css @@ -1,7 +1,7 @@ /* blocktastic v2 by echicken */ /* HTML input elements, (eg. text inputs, buttons.) */ -input { +button, input { border-style: solid; border-width: 1px; border-color: #FFFFFF; diff --git a/web/root/ecWeb/themes/hotdogstand/style.css b/web/root/ecWeb/themes/hotdogstand/style.css index 4f41cfc3accd153826f504df89fbd653b8389a4b..2af259081e0c5e69e81f9fb7142a44e8978f3879 100644 --- a/web/root/ecWeb/themes/hotdogstand/style.css +++ b/web/root/ecWeb/themes/hotdogstand/style.css @@ -3,7 +3,7 @@ /* lol :| */ /* HTML input elements, (eg. text inputs, buttons.) */ -input { +button, input { border-style: solid; border-width: 1px; border-color: #000000; diff --git a/web/root/ecWeb/themes/shitenade/style.css b/web/root/ecWeb/themes/shitenade/style.css index a4f91a8185689fb7dc9ce18d1a506bb744a6b0cb..5a136ec7fb0b8117a994e4cabf6a94accb6d6b7a 100644 --- a/web/root/ecWeb/themes/shitenade/style.css +++ b/web/root/ecWeb/themes/shitenade/style.css @@ -1,7 +1,7 @@ /* shitenade v2 by echicken */ /* HTML input elements, (eg. text inputs, buttons.) */ -input { +button, input { border-style: solid; border-width: 1px; border-color: #FFFFFF; diff --git a/web/root/ecWeb/themes/stocktastic-r/style.css b/web/root/ecWeb/themes/stocktastic-r/style.css index 126b369004658f0f8bd1cdf7838fb58c68913954..b658fcdcf57df7e3b38c2bf61ed7f37b5fac8bba 100644 --- a/web/root/ecWeb/themes/stocktastic-r/style.css +++ b/web/root/ecWeb/themes/stocktastic-r/style.css @@ -1,7 +1,7 @@ /* stocktastic-r by echicken */ /* HTML input elements, (eg. text inputs, buttons.) */ -input { +button, input { border-style: solid; border-width: 1px; border-color: #000000; diff --git a/web/root/ecWeb/themes/stocktastic/style.css b/web/root/ecWeb/themes/stocktastic/style.css index b7f0f69c0e8e1794ffe9af2c17a8674d95c85081..ba2b122e3ed15649d0b80f3a6508a573567c3947 100644 --- a/web/root/ecWeb/themes/stocktastic/style.css +++ b/web/root/ecWeb/themes/stocktastic/style.css @@ -1,7 +1,7 @@ /* stocktastic v2 by echicken */ /* HTML input elements, (eg. text inputs, buttons.) */ -input { +button, input { border-style: solid; border-width: 1px; border-color: #000000;