Browse Source

removed dots on buttons

Nathan Schneider 5 years ago
parent
commit
3947beaea2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      _layouts/rule.html

+ 2 - 2
_layouts/rule.html

@@ -17,7 +17,7 @@ layout: default
   position: relative;
   display: inline-block;
   float: right;
-  border: 1px dotted gray;
+  border: 1px solid gray;
   color: gray;
   text-align: center;
   border-radius: 6px;
@@ -26,7 +26,7 @@ layout: default
 .button .tooltiptext {
   visibility: hidden;
   width: 250px;
-  border: 1px dotted black;
+  border: 1px solid black;
   text-align: center;
   border-radius: 6px;
   padding: 5px 0;