Browse Source

remove issue number

adaptive-webui
d47081 1 year ago
parent
commit
8f586b8fe5
  1. 2
      src/webui/www/private/css/Window.css
  2. 2
      src/webui/www/private/css/palette.css
  3. 2
      src/webui/www/private/css/style.css
  4. 2
      src/webui/www/public/css/palette.css

2
src/webui/www/private/css/Window.css

@ -27,7 +27,7 @@ Required by: @@ -27,7 +27,7 @@ Required by:
.mochaOverlay {
background-color: var(--color-background-default);
border-radius: 5px;
height: auto!important; /* #19844 also fixes out of block issue */
height: auto!important; /* also fixes out of block issue */
left: 0;
position: absolute; /* This is also set in theme.js in order to make theme transitions smoother */
top: 0;

2
src/webui/www/private/css/palette.css

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/* Adaptive color palette #19844 */
/* Adaptive color palette */
/* Default rules */
* {

2
src/webui/www/private/css/style.css

@ -265,7 +265,7 @@ a.propButton img { @@ -265,7 +265,7 @@ a.propButton img {
.contextMenu li img {
height: 16px;
margin-bottom: -4px;
margin-right: 0.5em; /*#19844 return missed padding */
margin-right: 0.5em; /* return missed padding */
width: 16px;
}

2
src/webui/www/public/css/palette.css

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/* Adaptive color palette #19844 */
/* Adaptive color palette */
/* Default rules */
* {

Loading…
Cancel
Save