From 40a0271f43b1a6a675349cfa9c0d221de83c623d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Tue, 14 Jul 2015 09:04:23 +0300 Subject: [PATCH] More discoverable form elements in "My Checks" page --- static/css/style.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index ecbe47fa..4485af95 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -133,10 +133,15 @@ table.table tr > th.th-name { border: 1px solid rgba(0, 0, 0, 0); background: none; box-shadow: none; + transition: none; +} + +.name-edit.inactive .input-name:hover { + border: 1px dotted #AAA; } .name-edit.inactive button { - opacity: 0; + visibility: hidden; } .name-edit button { @@ -160,8 +165,13 @@ td.inactive .popover { margin-left: -77px; } +.timeout { + border: 1px solid rgba(0, 0, 0, 0); + padding: 6px; +} + + .timeout:hover { color: #337ab7; - text-decoration: underline; - cursor: pointer; + border: 1px dotted #AAA; }