equal
deleted
inserted
replaced
50 } |
50 } |
51 div.toolbar a img { |
51 div.toolbar a img { |
52 opacity: 0.6; |
52 opacity: 0.6; |
53 /*filter: alpha(opacity=60);*/ |
53 /*filter: alpha(opacity=60);*/ |
54 } |
54 } |
55 div.toolbar a:hover img { |
55 div.toolbar a:hover img, div.toolbar a:focus img { |
56 opacity: 1; |
56 opacity: 1; |
57 /*filter: alpha(opacity=100);*/ |
57 /*filter: alpha(opacity=100);*/ |
58 } |
58 } |
59 div.toolbar a { |
59 div.toolbar a { |
60 display: block; |
60 display: block; |
65 color: #000000; |
65 color: #000000; |
66 margin: 0 2px; |
66 margin: 0 2px; |
67 max-height: 16px; |
67 max-height: 16px; |
68 text-decoration: none; |
68 text-decoration: none; |
69 } |
69 } |
70 div.toolbar a:hover { |
70 div.toolbar a:hover, div.toolbar a:focus { |
71 border: 1px solid #202090; |
71 border: 1px solid #202090; |
72 background-color: #ceceed; |
72 background-color: #ceceed; |
73 color: #000000; |
73 color: #000000; |
74 text-decoration: none; |
74 text-decoration: none; |
75 } |
75 } |
647 span.pm_toolbar_label { |
647 span.pm_toolbar_label { |
648 color: black; |
648 color: black; |
649 font-weight: bold; |
649 font-weight: bold; |
650 } |
650 } |
651 |
651 |
|
652 div.noborderbottom * { |
|
653 border-bottom-width: 0px; |
|
654 } |
|
655 |
|
656 div.nobordertop * { |
|
657 border-top-width: 0px; |
|
658 } |