Project

General

Profile

« Previous | Next » 

Revision 689

Added by doc over 16 years ago

added highlighting of active input elements to all WB backend areas; changed some colors

View differences:

stylesheet.css
70 70
}
71 71
.current a, .current a:link, .current a:active, .current a:visited {
72 72
	background: #fff url(menuo.png) ;
73
         background-repeat:repeat-x;
73
    background-repeat:repeat-x;
74 74
	color: #fff;
75 75
}
76 76
.content {
......
90 90
}
91 91
.hide {
92 92
	display: none;
93
}
94

  
95
input:focus, select:focus, textarea:focus {
96
	background: #F1F8FD;
93 97
}

Also available in: Unified diff