]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.help: remove double border.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 19 Jun 2022 04:18:18 +0000 (21:18 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 19 Jun 2022 04:18:18 +0000 (21:18 -0700)
extra/webapps/help/search.css

index e1c6c3070d233e52c1b32143ac6f62e19b9ad449..b08e5e035e93b435af190c1326da53bea213fc86 100644 (file)
   color: #7f7f7f;
   text-align: center;
   border: 1px solid transparent;
+  border-bottom: none;
 }
 
 .label:hover {
   background: #d8d8d8;
   border: 1px solid #ccc;
+  border-bottom: none;
 }
 
 .radiotab:checked + .label {
   border: 1px solid #ccc;
+  border-bottom: none;
   background: #f0f0f0;
   color: black;
 }
 
   .label {
     width: 33.33%;
-    border-bottom: none;
-  }
-
-  .label:hover {
-    border-bottom: none;
-  }
-
-  .radiotab:checked + .label {
-    border-bottom: none;
   }
 }