From: Vsevolod Stakhov Date: Sat, 16 Jul 2016 22:58:49 +0000 (+0100) Subject: [Minor] Remove symbols disappearing on focus X-Git-Tag: 1.3.0~67 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=96301622dd4b7af470c93faa0fef8bf7df89ff7a;p=rspamd.git [Minor] Remove symbols disappearing on focus Issue: #696 Reported by: @moisseev --- diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index fd73d41ce..b10041cf4 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -256,17 +256,6 @@ input::-webkit-inner-spin-button { -o-text-overflow:ellipsis; text-overflow:ellipsis; } - .table-log .cell-overflow:focus { - margin:-3px -8px; - padding:2px 7px 3px; - position:absolute; - overflow:visible; - background:#fff; - border:1px solid #ccc; - -moz-box-shadow:0 2px 2px -2px #CCCCCC inset; - box-shadow:0 2px 2px -2px #CCCCCC inset; - cursor:text; - } .table-log th { background-color:#efefef; border-left:1px solid #CDCDCD;