From 74a3903ebd71575d75707dda4354125035b410fb Mon Sep 17 00:00:00 2001 From: Gökay Şatır Date: Fri, 23 Sep 2022 13:57:18 +0300 Subject: Remove obsolete css rules for shadow-transparency items. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gökay Şatır Change-Id: Idd1b71e1b32a1367902a230eb9f43fe18321f856 --- browser/css/jssidebar.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/browser/css/jssidebar.css b/browser/css/jssidebar.css index a7ec4c9f4e..d60d217059 100644 --- a/browser/css/jssidebar.css +++ b/browser/css/jssidebar.css @@ -116,17 +116,6 @@ width: 294px; } -.sidebar #FIELD_TRANSPARENCY { - height: 0; - position: relative; - bottom: 18px; -} - -.sidebar #transparency_label { - position: relative; - top: 12px; -} - .sidebar #table-indentfieldbox { text-align: left; } -- cgit