Remove background gradient from Hidden Services Manager pages and Snark Light theme. Allow hidden services manager items to use the whole width of the window.

This commit is contained in:
idk
2021-01-23 22:03:28 -05:00
parent c400232cdf
commit 9f7b0390a3
2 changed files with 0 additions and 13 deletions

View File

@@ -5,18 +5,9 @@
body {
color: #31334f;
font: 9pt "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Bitstream Vera Sans", Verdana, "Lucida Grande", Helvetica, sans-serif;
background: linear-gradient(135deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
background: -webkit-linear-gradient(-45deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
margin: 3px 4px;
}
/* preload top navigation mouseovers */
body {
background: linear-gradient(135deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
background: -webkit-linear-gradient(-45deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
}
@supports (text-justify: auto) { /* only Firefox 55 or newer */
body {
background-attachment: fixed;

View File

@@ -9,8 +9,6 @@ body {
font-family: "Droid Sans", "Noto Sans", "Ubuntu", "Segoe UI", Verdana, Helvetica, sans-serif;
color: #33333f;
font-size: 9pt;
background: linear-gradient(135deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
background: -webkit-linear-gradient(-45deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
}
body.iframed {
@@ -248,7 +246,6 @@ a.control {
.panel {
width: calc(100% - 14px);
max-width: 1400px;
margin: 8px auto;
min-width: 580px;
overflow: hidden;
@@ -258,7 +255,6 @@ a.control {
box-shadow: inset 0 0 1px #999;
background: #fff;
background: linear-gradient(to right, #fff 0%, rgba(247, 248, 255, 0.5), #fff), linear-gradient(to bottom, #efefff, #fff, #efefff);
border: 1px solid #447;
filter: drop-shadow(0 0 1px #777);
}