mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
More descriptive about how many messages have appeared
This commit is contained in:
@@ -491,6 +491,13 @@ span.badge.new,
|
||||
background-color: #2D2D2D;
|
||||
}
|
||||
|
||||
span.badge.new.white{
|
||||
color: black;
|
||||
margin-top: 12px;
|
||||
background: white;
|
||||
margin-left: -15px;
|
||||
}
|
||||
|
||||
input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
|
||||
border-bottom: 1px solid #9D9D9D;
|
||||
box-shadow: 0 1px 0 0 #9D9D9D;
|
||||
@@ -1291,9 +1298,11 @@ ul #chat-log{
|
||||
}
|
||||
|
||||
.control-list{
|
||||
position: fixed;
|
||||
top:0;
|
||||
right:0;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
height: 64px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.title-container{
|
||||
|
||||
Reference in New Issue
Block a user