projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aa9c05
)
Farben bei selektierten Hauptmenüpunkten: rot auf hellblau. Farbe bei selektiertierte...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 18 Jan 2007 08:23:45 +0000
(08:23 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 18 Jan 2007 08:23:45 +0000
(08:23 +0000)
css/menuv3.css
patch
|
blob
|
history
diff --git
a/css/menuv3.css
b/css/menuv3.css
index
cabaa6f
..
403f9d5
100644
(file)
--- a/
css/menuv3.css
+++ b/
css/menuv3.css
@@
-75,7
+75,8
@@
improves IE's performance speed to use the older
file and this method */
\r
\r
div#menu h2:hover{
\r
-background:#000 url(../image/expand3.gif) no-repeat -999px -9999px;
\r
+background:#A3C5FF url(../image/expand3.gif) no-repeat -999px -9999px;
\r
+color:#a00;
\r
}
\r
\r
div#menu li:hover{
\r
@@
-122,8
+123,8
@@
background:#eee url(../image/expand3.gif) no-repeat 100% 100%;
}
\r
\r
#menu div.x:hover{
\r
-color:#
fff
;
\r
-background:#
000
;
\r
+color:#
a00
;
\r
+background:#
ddd
;
\r
}
\r
\r
#menu div.x:active{
\r