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:

trunk/CHANGELOG
12 12

  
13 13
------------------------------------- 2.7.0 -------------------------------------
14 14
10-Feb-2008 Christian Sommer
15
!	added highlighting of active input elements to all WB backend areas; changed some colors
15 16
!	removed hover highlighting of input fields to avoid possible confusion
16 17
!	added visualization of wrong/empty input fields
17 18
#	fixed a bug with re-enter admin password
trunk/wb/admin/media/template.html
4 4
iframe {
5 5
	border: 2px solid #35373a;
6 6
}
7

  
8
input:focus, input:active {
9
	background-color: #F1F8FD;
10
}
11

  
7 12
</style>
8 13

  
9 14
<h2>{HEADING_BROWSE_MEDIA}</h2>
trunk/wb/admin/interface/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
}
trunk/wb/install/stylesheet.css
14 14
}
15 15

  
16 16
input:focus, select:focus {
17
	background: #FFFFE0;
17
	background: #F1F8FD;
18 18
}
19 19

  
20 20
.wrong {

Also available in: Unified diff