comparison mod_http_oauth2/html/style.css @ 5515:f5931ce9b6ca

mod_http_oauth2: Present OOB code in an input field for easier selection Should also avoid stray whitespace making it into the selection.
author Kim Alvefur <zash@zash.se>
date Fri, 02 Jun 2023 11:28:04 +0200
parents 7998b49d6512
children a08abbd1045d
comparison
equal deleted inserted replaced
5514:61b8d3eb91a4 5515:f5931ce9b6ca
32 background-color: #d7daf8; 32 background-color: #d7daf8;
33 border: solid 1px #c2c7f5; 33 border: solid 1px #c2c7f5;
34 color: #202984; 34 color: #202984;
35 margin: 0.75em; 35 margin: 0.75em;
36 } 36 }
37 .oob tt { 37 .oob input {
38 font-size: xx-large; 38 font-size: xx-large;
39 font-family: monospace; 39 font-family: monospace;
40 40 background-color: inherit;
41 border: none;
42 padding: 1ex 2em;
41 } 43 }
42 44
43 input { 45 input {
44 margin: 0.3rem; 46 margin: 0.3rem;
45 padding: 0.2rem; 47 padding: 0.2rem;