From 3923eedd5e159977f07a3d2fc03e9fa104d3ac06 Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Wed, 21 Aug 2013 18:50:55 +0200 Subject: [PATCH] design fix --- layout/jtageditor_blue.css | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/layout/jtageditor_blue.css b/layout/jtageditor_blue.css index 7ac5ea7..e8449df 100644 --- a/layout/jtageditor_blue.css +++ b/layout/jtageditor_blue.css @@ -190,14 +190,9 @@ tr.bitfield{ cursor:auto; } -table.conversion { - visibility:collapse; - font-size:9pt; -} -/*tr.fileLevel:hover td table.conversion { - visibility:visible; -}*/ + + table.registers tr.bitfield td:first-child{ background:transparent; @@ -273,6 +268,15 @@ div.header span a:hover { } - +table.conversion { + visibility:collapse; +/* font-size:9pt; */ + background:transparent; +} +table.conversion tr td{ + background:transparent!important; + border:none!important; + height:10px; +} -- 2.43.0