From 8907a66156ff395eb741821f9e68f47781351803 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Sat, 3 Oct 2015 05:16:08 +0200 Subject: [PATCH] [ticket/14193]Minor cleanups PHPBB3-14193 --- phpBB/styles/prosilver/theme/buttons.css | 1 + phpBB/styles/prosilver/theme/colours.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index b70bba61f2..726639ff92 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -25,6 +25,7 @@ .button:focus, .button:hover { text-decoration: none; + outline: none; } .caret { diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index aead81ed84..77c17b568e 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -606,7 +606,8 @@ Colours and backgrounds for buttons.css color: #D31141; } -.button:hover, .dropdown-visible .dropdown-select, .nojs .dropdown-container:hover .dropdown-select { +.button:hover, +.button:focus { border-color: #0A8ED0; background-color: #FFFFFF; /* Old browsers */ /* FF3.6+ */ background-image: -webkit-linear-gradient(top, #E9E9E9 0%, #FFFFFF 100%);