mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Add effect on the selected page menu item
This commit is contained in:
parent
cece4e8a4e
commit
1f90ae91e4
1 changed files with 11 additions and 0 deletions
|
@ -28,9 +28,20 @@ background: #2e3436 url(img/radicale_back.png) 20% 60% no-repeat;
|
||||||
|
|
||||||
nav ul {
|
nav ul {
|
||||||
background: #a40000;
|
background: #a40000;
|
||||||
|
color: white;
|
||||||
|
text-shadow: 0 0 1px white;
|
||||||
margin: -4.5em 0 6em 100px;
|
margin: -4.5em 0 6em 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav ul li {
|
||||||
|
padding: .25em .5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav ul li a {
|
||||||
|
margin: -.25em -.5em;
|
||||||
|
text-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
nav li a:hover,
|
nav li a:hover,
|
||||||
nav li a:focus {
|
nav li a:focus {
|
||||||
box-shadow: 1px 1px 3px #600;
|
box-shadow: 1px 1px 3px #600;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue