From 27ea1d528e038372e1d79f8bec1533c2554adfb1 Mon Sep 17 00:00:00 2001 From: David Kevork Date: Thu, 15 Mar 2018 19:48:10 +1100 Subject: [PATCH] Remove .tab:hover --- brainwallet.smartcash.cc.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/brainwallet.smartcash.cc.html b/brainwallet.smartcash.cc.html index 59d3560..79a2419 100644 --- a/brainwallet.smartcash.cc.html +++ b/brainwallet.smartcash.cc.html @@ -6922,7 +6922,7 @@ input[type=checkbox] { position: relative; z-index: 20; } .menu .tab { position: relative; display: inline-block; border: 0px solid red; - margin: 0; list-style: none; z-index: 110; cursor: pointer; + margin: 0; list-style: none; z-index: 110; top: 1px; padding: 10px 20px; width: 770px; /* 120px */ text-align: center; } .menu .tab.selected @@ -6930,11 +6930,6 @@ input[type=checkbox] { position: relative; z-index: 20; } cursor: default; background-color: #FFF; margin: 6px 16px; padding: 4px; border-radius: 5px; } - .menu .tab:hover - { - background-color: #FFF; margin: 6px 16px; padding: 4px; border-radius: 5px; - } - .menu .tab.selected:hover { color: #000; } .pagebreak { height: 50px; } .commands { border-bottom: 2px solid #f4b517; padding: 10px 2px; margin-bottom: 0; }