diff --git a/installer/resources/themes/console/dark/default.css b/installer/resources/themes/console/dark/default.css index 78371c13abea63aad22773bf001f029874884149..bb3ceb5e3b51c159ab328a5ceca7b1c9ddc53df9 100644 --- a/installer/resources/themes/console/dark/default.css +++ b/installer/resources/themes/console/dark/default.css @@ -196,7 +196,7 @@ hr { .control:active { border: 1px inset; - background-color: #f60; + background-color: #f60 !important; color: #EE9 !important; text-decoration: none; } diff --git a/installer/resources/themes/console/dark/i2ptunnel.css b/installer/resources/themes/console/dark/i2ptunnel.css index 73fbd14f652cecf49bf71eefc2bf75f9a88a5eb8..6d7e8e5c9749925e1d342330c8fcb30b332aca5e 100644 --- a/installer/resources/themes/console/dark/i2ptunnel.css +++ b/installer/resources/themes/console/dark/i2ptunnel.css @@ -102,6 +102,7 @@ #tunnelListPage .footer .control:active { color: #EE9 !important; + background: #F60 !important; } #tunnelListPage .footer label { @@ -149,4 +150,4 @@ width: 150px; height: 24px; float: left; -} \ No newline at end of file +}