Initial emote list implementation
This commit is contained in:
parent
73fc5dd724
commit
389dd0d5ab
11 changed files with 256 additions and 10 deletions
6
www/css/themes/bootstrap-theme.min.css
vendored
6
www/css/themes/bootstrap-theme.min.css
vendored
|
|
@ -28,10 +28,14 @@ footer {
|
|||
background-color: #eeeeee !important;
|
||||
}
|
||||
|
||||
.profile-box, .user-dropdown {
|
||||
.profile-box, .user-dropdown, #emotelist td {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
#emotelist td {
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
|
||||
.chat-shadow {
|
||||
color: #aaaaaa;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
color: #c8c8c8;
|
||||
}
|
||||
|
||||
.profile-box, .user-dropdown {
|
||||
.profile-box, .user-dropdown, #emotelist td {
|
||||
color: #c8c8c8;
|
||||
background-color: #2d2d2d;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,10 +22,14 @@ footer {
|
|||
background-color: #eeeeee !important;
|
||||
}
|
||||
|
||||
.profile-box, .user-dropdown {
|
||||
.profile-box, .user-dropdown, #emotelist td {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
#emotelist td {
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
|
||||
.chat-shadow {
|
||||
color: #aaaaaa;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
background-color: rgba(65, 69, 74, 0.7) !important;
|
||||
}
|
||||
|
||||
.profile-box, .user-dropdown {
|
||||
.profile-box, .user-dropdown, #emotelist td {
|
||||
color: #c8c8c8;
|
||||
background-color: rgba(28, 30, 34, 0.95);
|
||||
border: 1px solid #000000 !important;
|
||||
|
|
@ -176,4 +176,4 @@ input.form-control[type="email"], textarea.form-control {
|
|||
margin-bottom: 9px;
|
||||
min-height: 20px;
|
||||
padding: 10px 19px !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
background-image: linear-gradient(#484e55, #3a3f44 60%, #313539) !important;
|
||||
}
|
||||
|
||||
.profile-box, .user-dropdown {
|
||||
.profile-box, .user-dropdown, #emotelist td {
|
||||
color: #c8c8c8;
|
||||
background-color: #161a20;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue