repo.or.cz
/
tomato
/
k99.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tomato 1.28
[tomato/k99.git]
/
release
/
src
/
router
/
www
/
bluegreen.css
blob
163ae758b4cf761edd3b5722b8a211fbe6e41703
1
a
{
2
color
:
#405080
;
3
}
4
a
:
hover
{
5
background
:
#86bf30
;
6
color
:
#fff
;
7
}
8
9
input
[
type
=
'button'
]:
hover
{
10
background
:
#86bf30
;
11
color
:
#fff
;
12
}
13
14
#header
{
15
background
:
#5C73B8
;
16
}
17
18
#navi
a
{
19
color
:
#405080
;
20
}
21
#navi
a
:
hover
{
22
background
:
#86bf30
;
23
color
:
#fff
;
24
}
25
26
#tabs
a
.
active
{
27
background
:
#86bf30
;
28
color
:
#fff
;
29
}
30
#tabs
a
:
hover
{
31
background
:
#96bf70
;
32
color
:
#fff
;
33
}
34
35
.
tomato-grid
.
odd
:
hover
,
36
.tomato-grid .even:hover
{
37
background
:
#86bf30
;
38
color
:
#fff
;
39
}
40
.tomato-grid tr:hover a
{
41
background
:
#96bf70
;
42
color
:
#ffc
;
43
}
44
.tomato-grid tr:hover a:hover
{
45
background
:
#5C73B8
;
46
color
:
#fff
;
47
}
48
.tomato-grid a
{
49
color
:
#405080
;
50
}