diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/css/theme0.css | 6 | ||||
-rw-r--r-- | public/css/theme1.css | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/public/css/theme0.css b/public/css/theme0.css index 2a79695f..bd12e97a 100644 --- a/public/css/theme0.css +++ b/public/css/theme0.css @@ -6331,3 +6331,9 @@ a#shifts td.collides:hover { .space-top { margin-top: 15px; } +.messages:focus { + outline: none; +} +.messages a:focus { + outline: none; +} diff --git a/public/css/theme1.css b/public/css/theme1.css index e3a0e638..27bffa74 100644 --- a/public/css/theme1.css +++ b/public/css/theme1.css @@ -6354,6 +6354,12 @@ a#shifts td.collides:hover { .space-top { margin-top: 15px; } +.messages:focus { + outline: none; +} +.messages a:focus { + outline: none; +} .text-primary, .text-primary:hover { color: #428bca; |