src/main/webapp/lightpit.css

changeset 266
65c72e65ff67
parent 230
95b419e054fa
child 268
ca5501d851fa
     1.1 --- a/src/main/webapp/lightpit.css	Tue Jan 03 17:04:39 2023 +0100
     1.2 +++ b/src/main/webapp/lightpit.css	Tue Jan 03 18:19:40 2023 +0100
     1.3 @@ -179,6 +179,7 @@
     1.4      padding: .25em .5em .25em .5em;
     1.5      cursor: default;
     1.6      text-decoration: none;
     1.7 +    text-align: center;
     1.8      font-variant-caps: small-caps;
     1.9  }
    1.10  
    1.11 @@ -186,6 +187,11 @@
    1.12      background: #f0f0ff;
    1.13  }
    1.14  
    1.15 +button[data-toggle], a.button[data-toggle] {
    1.16 +    border-color: #1040a0;
    1.17 +    background: #d0d0d5;
    1.18 +}
    1.19 +
    1.20  button[type=submit], a.button.submit {
    1.21      background: #20a0ff;
    1.22      color: white;

mercurial