]> git.plutz.net Git - serve0/commitdiff
Merge commit '84d5f73a1c0258adf803c9ec53fbc9b36a1c0edc'
authorPaul Hänsch <paul@plutz.net>
Sat, 6 Mar 2021 23:03:39 +0000 (00:03 +0100)
committerPaul Hänsch <paul@plutz.net>
Sat, 6 Mar 2021 23:03:39 +0000 (00:03 +0100)
1  2 
cgilite/common.css

diff --combined cgilite/common.css
index 9e72c169f2de34fc499008ed7391759b4aa37c1a,99855b9f087086f22763dcbe49f2481f97263fbc..99855b9f087086f22763dcbe49f2481f97263fbc
@@@ -60,7 -60,7 +60,7 @@@ h2 { font-size: 1.125em; 
  
  select, input, button, textarea, a.button {
    display: inline-block;
-   background-color: #FFF;
+   color: #000; background-color: #FFF;
    border: .5pt solid;
    padding: .25em .75em;
    vertical-align: text-bottom;
@@@ -97,8 -97,7 +97,7 @@@ input + label 
    bottom: -100%; left: 50%; transform: translate(-50%, 0);
    content: attr(tooltip);
    padding: .5em;
-   background-color: #FFC;
-   color: #000;
+   color: #000; background-color: #FFC;
    border: .5pt solid;
    z-index: 1;
  }
@@@ -107,7 -106,7 +106,7 @@@ input[type=radio].tab { display: none; 
  input[type=radio].tab + label {
    display: table-cell;
    padding: .5em 1em;
-   background-color: #EEE;
+   color: #000; background-color: #EEE;
    border: .5pt solid;
  }
  input[type=radio].tab:checked + label {