Subversion Repositories oidplus

Rev

Rev 218 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 218 Rev 286
Line 299... Line 299...
299
        /*background:transparent;*/
299
        /*background:transparent;*/
300
        background:rgb(255,255,255,0.4);
300
        background:rgb(255,255,255,0.4);
301
        border: #AAAAAA 1px solid;
301
        border: #AAAAAA 1px solid;
302
}
302
}
303
 
303
 
-
 
304
input[type=button], input[type=submit], input[type=reset],
-
 
305
input[type=button]:link, input[type=submit]:link, input[type=reset]:link,
-
 
306
input[type=button]:visited, input[type=submit]:visited, input[type=reset]:visited,
-
 
307
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
-
 
308
        border: 1px solid #a2a2a2;
-
 
309
        padding-top:2px;
-
 
310
        padding-bottom:2px;
-
 
311
        padding-left:7px;
-
 
312
        padding-right:7px;
-
 
313
        text-decoration:none;
-
 
314
        background: #ffffff;
-
 
315
        color: #0066CC;
304
 
316
}
-
 
317
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
-
 
318
        background: #f4f4ff;
-
 
319
}
305
input[type=button], input[type=submit], input[type=reset] {
320
.hand, input[type=button], input[type=submit], input[type=reset] {
-
 
321
        /* www.drweb.de/magazin/browser-cursor-hand */
306
        cursor:pointer;
322
        cursor: hand; cursor: pointer;
307
}
323
}
308
 
324
 
309
/**
325
/**
310
 *      Splitter / uiLayout
326
 *      Splitter / uiLayout
311
 */
327
 */