mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
changes to css values
This commit is contained in:
parent
cb4c508c46
commit
1030af28f1
1 changed files with 10 additions and 6 deletions
|
@ -27,29 +27,33 @@
|
|||
}
|
||||
|
||||
#options:focus {
|
||||
background-color: #ccddc5;
|
||||
background-color: #eef3ec;
|
||||
border: solid black 2px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#support:focus {
|
||||
background-color: #e5e5e5;
|
||||
background-color: #eef3ec;
|
||||
border: solid black 2px;
|
||||
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#notice:focus {
|
||||
background-color: #ccddc5;
|
||||
background-color: #eef3ec;
|
||||
border: solid black 2px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#banner .col a:focus {
|
||||
background-color: #ccddc5;
|
||||
background-color: #eef3ec;
|
||||
border: solid black 2px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#notice-wrapper #notice:focus {
|
||||
background-color: #ccddc5;
|
||||
background-color: #eef3ec;
|
||||
border: solid black 2px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#notice-wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue