Fix toast styling for the other themes
This commit is contained in:
parent
afcc264f99
commit
c4e4c87675
@ -715,7 +715,6 @@ img.emojione {
|
|||||||
width: 250px;
|
width: 250px;
|
||||||
margin-left: -125px;
|
margin-left: -125px;
|
||||||
|
|
||||||
background-color: #333;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
|
@ -423,6 +423,10 @@ button.close:hover {
|
|||||||
color: var(--base01);
|
color: var(--base01);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#toast {
|
||||||
|
background-color: var(--base01);
|
||||||
|
}
|
||||||
|
|
||||||
/****************************/
|
/****************************/
|
||||||
/* Weechat colors and style */
|
/* Weechat colors and style */
|
||||||
/****************************/
|
/****************************/
|
||||||
|
@ -134,6 +134,13 @@ input[type=text], input[type=password], #sendMessage, .badge, .btn-send, .btn-se
|
|||||||
border: 1px solid #363943;
|
border: 1px solid #363943;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#toast {
|
||||||
|
background-color: #283244;
|
||||||
|
border: 1px solid;
|
||||||
|
border-color: rgb(29, 94, 152);
|
||||||
|
border-radius: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.horizontal-line {
|
.horizontal-line {
|
||||||
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
||||||
-moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
-moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
||||||
|
@ -2126,6 +2126,10 @@ code {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#toast {
|
||||||
|
background-color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
/* */
|
/* */
|
||||||
/* Mobile layout */
|
/* Mobile layout */
|
||||||
/* */
|
/* */
|
||||||
|
@ -2092,6 +2092,10 @@ input[type=text].is-invalid{
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#toast {
|
||||||
|
background-color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
/* */
|
/* */
|
||||||
/* Mobile layout */
|
/* Mobile layout */
|
||||||
/* */
|
/* */
|
||||||
|
Loading…
Reference in New Issue
Block a user