mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-27 18:26:14 -04:00
added/changed tab index values and added tab focus to top banner
This commit is contained in:
parent
c4e7c41a6e
commit
cb4c508c46
2 changed files with 28 additions and 2 deletions
|
@ -26,6 +26,32 @@
|
|||
color: var(--banner-url-colour);
|
||||
}
|
||||
|
||||
#options:focus {
|
||||
background-color: #ccddc5;
|
||||
border: solid black 2px;
|
||||
}
|
||||
|
||||
#support:focus {
|
||||
background-color: #e5e5e5;
|
||||
border: solid black 2px;
|
||||
|
||||
}
|
||||
|
||||
#notice:focus {
|
||||
background-color: #ccddc5;
|
||||
border: solid black 2px;
|
||||
}
|
||||
|
||||
#banner .col a:focus {
|
||||
background-color: #ccddc5;
|
||||
border: solid black 2px;
|
||||
}
|
||||
|
||||
#notice-wrapper #notice:focus {
|
||||
background-color: #ccddc5;
|
||||
border: solid black 2px;
|
||||
}
|
||||
|
||||
#notice-wrapper {
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue