improve style a bit
This commit is contained in:
parent
167353fdf3
commit
a25d292e1f
@ -31,6 +31,7 @@ $susy: (
|
|||||||
|
|
||||||
.status_view {
|
.status_view {
|
||||||
@include span(2 at 22);
|
@include span(2 at 22);
|
||||||
|
line-height : 1.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.registers_view {
|
.registers_view {
|
||||||
@ -54,6 +55,17 @@ $susy: (
|
|||||||
background-color: #C5FFD9;
|
background-color: #C5FFD9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bright {
|
.act{
|
||||||
background-color: orange ;
|
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;
|
||||||
}
|
}
|
||||||
|
@ -47,7 +47,7 @@ body {
|
|||||||
|
|
||||||
#nav li a:hover {
|
#nav li a:hover {
|
||||||
color : white;
|
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{
|
#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 */
|
/* 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;
|
left: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user