Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d6b20449

Von Sven Donath vor fast 14 Jahren hinzugefügt

Input, Textarea und Select = Yellow überarbeitet
Holgers gute Idee estwas verfeinert.
Dabei sind die :focus Klassen hinter die As gewandert und eine
Menge Leerzeichen und Tabs "verloren gegangen".
Durch das CSS sind die Login-Screen Inputs auch yellow.
Auf Android scheint das nicht zu funktionieren.

Unterschiede anzeigen:

css/lx-office-erp.css
9 9
           text-decoration: none;
10 10
         }
11 11

  
12
input:focus, textarea:focus, select:focus {
13
  background-color:yellow;
14
}
12 15

  
13 16
body {
14 17
  font-family: Verdana, Arial, Helvetica;
......
29 32
  font-weight: normal;
30 33
}
31 34
td.hover:hover {
32
	color: black;
35
    color: black;
33 36
/*          background-color: #FFFFCC;
34 37
          font-size: 8pt;
35 38
          text-decoration: none;
......
83 86

  
84 87
.message_ok {
85 88
    font-size: 12pt;
86
	padding:5px;
87
	background-color: lightgreen;
88
	color: black;
89
	font-weight: bolder;
90
	text-align:center;
91
	border-style:solid;
92
	border-width:thin;
89
    padding:5px;
90
    background-color: lightgreen;
91
    color: black;
92
    font-weight: bolder;
93
    text-align:center;
94
    border-style:solid;
95
    border-width:thin;
93 96
}
94 97

  
95 98
.message_error {
96 99
    font-size: 12pt;
97
	padding:5px;
98
	background-color: #FFAAAA;
99
	color: black;
100
	font-weight: bolder;
101
	text-align:center;
102
	border-style:solid;
103
	border-width:thin;
100
    padding:5px;
101
    background-color: #FFAAAA;
102
    color: black;
103
    font-weight: bolder;
104
    text-align:center;
105
    border-style:solid;
106
    border-width:thin;
104 107
}
105 108

  
106 109
/*
107
	?berschriftsbalken
110
    ?berschriftsbalken
108 111
*/
109 112
.listtop {
110
	background-color: rgb(236,233,216);
111
	text-align:left;
112
	padding:5px;
113
	font-size: 10pt;
114
	color: black;
115
	font-weight: bolder;
116
	border-style:dashed;
117
	border-width:thin;
113
    background-color: rgb(236,233,216);
114
    text-align:left;
115
    padding:5px;
116
    font-size: 10pt;
117
    color: black;
118
    font-weight: bolder;
119
    border-style:dashed;
120
    border-width:thin;
118 121
}
119 122

  
120 123

  
121 124
.listelement {
122
	background-image: url("../image/fade2.png");
123
	background-repeat:repeat-x;
124
	border-style:dashed;
125
	border-width:thin;
125
    background-image: url("../image/fade2.png");
126
    background-repeat:repeat-x;
127
    border-style:dashed;
128
    border-width:thin;
126 129
}
127 130

  
128 131
.listelement2 {
129
	background-image: url("../image/fade2.png");
130
	background-repeat:repeat-x;
131
	border-style:dashed;
132
	border-width:thin;
132
    background-image: url("../image/fade2.png");
133
    background-repeat:repeat-x;
134
    border-style:dashed;
135
    border-width:thin;
133 136
}
134 137

  
135 138
.listheading, .listheading th {
136
	font-size: 9pt;
137
	padding:3px;
138
	background-color:
139
	rgb(236,233,216);
140
	color: black;
141
	font-weight: bolder;
142
	text-align:left;
143
	background-image: url("../image/fade.png");
144
	border-style:dotted;
145
	border-width:thin;
139
    font-size: 9pt;
140
    padding:3px;
141
    background-color:
142
    rgb(236,233,216);
143
    color: black;
144
    font-weight: bolder;
145
    text-align:left;
146
    background-image: url("../image/fade.png");
147
    border-style:dotted;
148
    border-width:thin;
146 149
}
147 150

  
148 151
.listheadingcontent {
149
	font-size: 9pt;
150
	background-color:
151
	rgb(236,233,216);
152
	color: black;
153
	font-weight: bolder;
154
	text-align:left;
152
    font-size: 9pt;
153
    background-color:
154
    rgb(236,233,216);
155
    color: black;
156
    font-weight: bolder;
157
    text-align:left;
155 158
}
156 159

  
157 160
.accountlistheading {
158
	font-size: 10pt;
159
	padding:3px;
160
	color: white;
161
	font-weight: bold;
162
	text-align:left;
163
	background-color:rgb(133,132,129);
161
    font-size: 10pt;
162
    padding:3px;
163
    color: white;
164
    font-weight: bold;
165
    text-align:left;
166
    background-color:rgb(133,132,129);
164 167
}
165 168

  
166 169
.subsubheading {
......
170 173
}
171 174

  
172 175
.optionen {
173
	border:dashed;
174
/*	padding-top:10px;
175
	padding-bottom:10px;
176
	padding-left:10px;
176
    border:dashed;
177
/*  padding-top:10px;
178
    padding-bottom:10px;
179
    padding-left:10px;
177 180
*/
178
	border-width:1px;
179
	background:#efedde;
181
    border-width:1px;
182
    background:#efedde;
180 183
}
181 184

  
182 185

  
183 186
.listrow1 {
184
	background-color: rgb(208,207,201);
185
	color: black;
186
	vertical-align: top;
187
    background-color: rgb(208,207,201);
188
    color: black;
189
    vertical-align: top;
187 190
}
188 191

  
189 192
.listrow0 { background-color: rgb(236,233,216); color: black; vertical-align: top; }
......
259 262
  background-color: #ffcccc;
260 263
  padding: 3px;
261 264
}
262
input:focus {
263
    background-color:yellow;
264
}
265 265

  

Auch abrufbar als: Unified diff