improve style a bit

This commit is contained in:
Torsten Ruger 2015-08-24 01:44:04 +02:00
parent 167353fdf3
commit a25d292e1f
2 changed files with 16 additions and 4 deletions

View File

@ -31,6 +31,7 @@ $susy: (
.status_view {
@include span(2 at 22);
line-height : 1.25em;
}
.registers_view {
@ -54,6 +55,17 @@ $susy: (
background-color: #C5FFD9;
}
.bright {
background-color: orange ;
.act{
background-color: #00B3FF;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
font-size: 100%;
}
.bright {
padding-right: 6px;
padding-left: 6px;
background-color: #00E3FF ;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}

View File

@ -47,7 +47,7 @@ body {
#nav li a:hover {
color : white;
background-color : #F6C739;
background-color : #98CC1F;
}
#nav li:hover ul ul, #nav li:hover ul ul ul , #nav li:hover ul ul ul ul , #nav li:hover ul ul ul ul ul{
@ -55,6 +55,6 @@ body {
}
/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul , , #nav li li li li li:hover ul {
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul , #nav li li li li li:hover ul {
left: auto;
}