]> git.sesse.net Git - ultimatescore/commitdiff
Some adjustments to the scorebugs.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 13 Oct 2019 13:15:39 +0000 (15:15 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 13 Oct 2019 17:20:47 +0000 (19:20 +0200)
score.scss

index f2d77d8e85f481a22459193a353da63256e7305f..4f2a0487a7a07a2b58b26ece9cdf3e951a8fc8d8 100644 (file)
@@ -60,6 +60,9 @@ body {
     border: 1px solid #ccc;
   }
 }
+.scorebug2 td {
+  border: 1px solid #ccc8;
+}
 .scorebug2 {
   /*top: 52px; */
  /* left: 22px; */ 
@@ -144,7 +147,7 @@ body {
   @if $trondisk {
     border: 1px solid black;
   } @else {
-    border: 1px solid #ccc;
+    border: 1px solid #ccc8;
   }
 }
 .clock {
@@ -161,6 +164,7 @@ body {
   width: 90px;
 }
 #clock2 {
+  border: 1px solid #ccc8;
   @if $trondisk {
     background: linear-gradient(to bottom, #00a8, #0088);
   } @else {