Fix toast styling for the other themes

use-minification
Lorenz Hübschle-Schneider 5 years ago
parent afcc264f99
commit c4e4c87675
  1. 1
      css/glowingbear.css
  2. 4
      css/themes/base16-default.css
  3. 7
      css/themes/blue.css
  4. 4
      css/themes/dark.css
  5. 4
      css/themes/light.css

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

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

@ -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;

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

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

Loading…
Cancel
Save