css: remove no more used element

#nootherusers, #chatthrob, #focusprotector, #mystatusform, .hotrect, .throbbold
This commit is contained in:
Sebastian Castro 2020-03-21 11:19:58 +01:00 committed by muxator
parent 4177b3f943
commit 0603bf8097
7 changed files with 2 additions and 72 deletions

View file

@ -39,7 +39,6 @@ a img {
/* Not sure why important is required here but it is */
border: 1px solid #666 !important;
}
.time {
float: right;
color: #333;
@ -49,19 +48,6 @@ a img {
margin-right: 3px;
margin-top: 2px;
}
#focusprotector {
z-index: 100;
position: absolute;
bottom: 0px;
top: 0px;
left: 0px;
right: 0px;
background-color: white;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
filter: alpha(opacity=1);
opacity: 0.01;
display: none;
}
.rtl {
direction: RTL
}