comparison mod_http_oauth2/html/style.css @ 5517:a08abbd1045d

mod_http_oauth2: Apply text color to OOB input field Was using the browser default color
author Kim Alvefur <zash@zash.se>
date Sat, 03 Jun 2023 20:04:40 +0200
parents f5931ce9b6ca
children 6109496a7ccc
comparison
equal deleted inserted replaced
5516:f25df3af02c1 5517:a08abbd1045d
36 } 36 }
37 .oob input { 37 .oob input {
38 font-size: xx-large; 38 font-size: xx-large;
39 font-family: monospace; 39 font-family: monospace;
40 background-color: inherit; 40 background-color: inherit;
41 color: inherit;
41 border: none; 42 border: none;
42 padding: 1ex 2em; 43 padding: 1ex 2em;
43 } 44 }
44 45
45 input { 46 input {