Browse Source

[Minor] Remove symbols disappearing on focus

Issue: #696
Reported by: @moisseev
tags/1.3.0
Vsevolod Stakhov 7 years ago
parent
commit
96301622dd
1 changed files with 0 additions and 11 deletions
  1. 0
    11
      interface/css/rspamd.css

+ 0
- 11
interface/css/rspamd.css View 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;

Loading…
Cancel
Save