diff --git a/src/themes/appletv/theme.css b/src/themes/appletv/theme.css index 849ef0b93c..1a35f8cc00 100644 --- a/src/themes/appletv/theme.css +++ b/src/themes/appletv/theme.css @@ -94,6 +94,11 @@ html { background: rgba(0, 0, 0, 0.24); } +a[data-role=button] { + background: #fff !important; + background: rgba(0, 0, 0, 0.14) !important; +} + .button-submit { background: #00a4dc; color: #fff; diff --git a/src/themes/blueradiance/theme.css b/src/themes/blueradiance/theme.css index f27abfc112..4d2e34eda5 100644 --- a/src/themes/blueradiance/theme.css +++ b/src/themes/blueradiance/theme.css @@ -93,6 +93,10 @@ html { background: rgba(0, 0, 0, 0.7); } +a[data-role=button] { + background: rgba(0, 0, 0, 0.5) !important; +} + .button-submit { background: #00a4dc; color: #fff; diff --git a/src/themes/light/theme.css b/src/themes/light/theme.css index e2f9bc5548..e97c6a39a4 100644 --- a/src/themes/light/theme.css +++ b/src/themes/light/theme.css @@ -99,6 +99,10 @@ html { background: #ccc; } +a[data-role=button] { + background: #d8d8d8 !important; +} + .button-submit { background: #00a4dc; color: #fff; diff --git a/src/themes/wmc/theme.css b/src/themes/wmc/theme.css index 92175f309f..f78c4c6a74 100644 --- a/src/themes/wmc/theme.css +++ b/src/themes/wmc/theme.css @@ -91,6 +91,10 @@ html { background: #143451; } +a[data-role=button] { + background: #082845 !important; +} + .button-submit { background: #00a4dc; color: #fff;