From 2e3e628054dc1dbfd8555fb657502ccee16cbfbe Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 28 Jun 2012 05:49:20 +0000 Subject: [PATCH] Make button and input the same. --- web/root/ecWeb/themes/blacktastic/style.css | 2 +- web/root/ecWeb/themes/blocktastic-r/style.css | 2 +- web/root/ecWeb/themes/blocktastic/style.css | 2 +- web/root/ecWeb/themes/hotdogstand/style.css | 2 +- web/root/ecWeb/themes/shitenade/style.css | 2 +- web/root/ecWeb/themes/stocktastic-r/style.css | 2 +- web/root/ecWeb/themes/stocktastic/style.css | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/root/ecWeb/themes/blacktastic/style.css b/web/root/ecWeb/themes/blacktastic/style.css index afa592d35f..7922911e48 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 dd60bd637e..69a1782bfa 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 2f026ed3cd..b55d7a68a6 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 4f41cfc3ac..2af259081e 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 a4f91a8185..5a136ec7fb 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 126b369004..b658fcdcf5 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 b7f0f69c0e..ba2b122e3e 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; -- GitLab