]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove symbols disappearing on focus
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 16 Jul 2016 22:58:49 +0000 (23:58 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 16 Jul 2016 22:58:49 +0000 (23:58 +0100)
Issue: #696
Reported by: @moisseev

interface/css/rspamd.css

index fd73d41ce650dc7fdee044a018b2cc425540a3e8..b10041cf4f2e058d2f4a81bd82fc4a0c6cd1501f 100644 (file)
@@ -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;