Fix toast styling for the other themes

This commit is contained in:
Lorenz Hübschle-Schneider 2020-02-20 14:31:03 +01:00
parent afcc264f99
commit c4e4c87675
5 changed files with 19 additions and 1 deletions

View File

@ -715,7 +715,6 @@ img.emojione {
width: 250px;
margin-left: -125px;
background-color: #333;
text-align: center;
border-radius: 3px;
padding: 10px 15px;

View File

@ -423,6 +423,10 @@ button.close:hover {
color: var(--base01);
}
#toast {
background-color: var(--base01);
}
/****************************/
/* Weechat colors and style */
/****************************/

View File

@ -134,6 +134,13 @@ input[type=text], input[type=password], #sendMessage, .badge, .btn-send, .btn-se
border: 1px solid #363943;
}
#toast {
background-color: #283244;
border: 1px solid;
border-color: rgb(29, 94, 152);
border-radius: 0px;
}
.horizontal-line {
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
-moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;

View File

@ -2126,6 +2126,10 @@ code {
color: #fff;
}
#toast {
background-color: #333;
}
/* */
/* Mobile layout */
/* */

View File

@ -2092,6 +2092,10 @@ input[type=text].is-invalid{
font-weight: bold;
}
#toast {
background-color: #ddd;
}
/* */
/* Mobile layout */
/* */