changes to css values
This commit is contained in:
parent
cb4c508c46
commit
1030af28f1
@ -27,29 +27,33 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#options:focus {
|
#options:focus {
|
||||||
background-color: #ccddc5;
|
background-color: #eef3ec;
|
||||||
border: solid black 2px;
|
border: solid black 2px;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#support:focus {
|
#support:focus {
|
||||||
background-color: #e5e5e5;
|
background-color: #eef3ec;
|
||||||
border: solid black 2px;
|
border: solid black 2px;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#notice:focus {
|
#notice:focus {
|
||||||
background-color: #ccddc5;
|
background-color: #eef3ec;
|
||||||
border: solid black 2px;
|
border: solid black 2px;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner .col a:focus {
|
#banner .col a:focus {
|
||||||
background-color: #ccddc5;
|
background-color: #eef3ec;
|
||||||
border: solid black 2px;
|
border: solid black 2px;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#notice-wrapper #notice:focus {
|
#notice-wrapper #notice:focus {
|
||||||
background-color: #ccddc5;
|
background-color: #eef3ec;
|
||||||
border: solid black 2px;
|
border: solid black 2px;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#notice-wrapper {
|
#notice-wrapper {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user