Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / static / im / css / browser-fixes.css @ 0f4a8a68

History | View | Annotate | Download (909 Bytes)

1
body                                                                                        { -webkit-text-size-adjust:100%; }
2

    
3
/* Mozilla */
4
@-moz-document url-prefix() {
5
        button::-moz-focus-inner,
6
        input[type="image"]::-moz-focus-inner,
7
        input[type="submit"]::-moz-focus-inner,
8
        input[type="reset"]::-moz-focus-inner,
9
        input[type="button"]::-moz-focus-inner                 { border:0; }
10
        textarea                                                                         { resize:none; }
11
}
12

    
13
/* Webkit */
14
@media screen and (-webkit-min-device-pixel-ratio:0) {
15
        button,
16
        input[type="submit"],
17
        input[type="reset"],
18
        input[type="button"]                                                { -webkit-appearance:button; }
19
        input[type="text"]:focus,
20
        input[type="password"]:focus,
21
        textarea:focus                                                                 { outline:0 none; }
22
        textarea                                                                         { resize:none; }
23
        input[type="checkbox"],
24
        input[type="radio"]                                                        { vertical-align:-2px; }
25
        input[type="search"]                                                                { -webkit-appearance:textfield; }
26
        input[type="search"]::-webkit-search-cancel-button        { -webkit-appearance:none; }
27
}