Smooth out heading backgrounds on I2PTunnel edit pages

This commit is contained in:
str4d
2017-02-10 16:40:49 +00:00
parent 87c8031e5a
commit 026a9cf026
4 changed files with 6 additions and 12 deletions

View File

@@ -284,7 +284,7 @@ h3 {
th {
background: #fff url(/themes/console/classic/images/tinytitle.png) repeat-x center center;
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eff2ff 50%, #eff2ff 100%);
background: linear-gradient(to bottom, #fff, #eff2ff) !important;
padding: 5px;
border-top: 1px solid #89f;
border-bottom: 1px solid #89f;

View File

@@ -154,7 +154,7 @@ hr {
h2, h3 {
padding: 6px 10px;
border: 1px solid #494;
background: linear-gradient(to bottom, #1a261a 0%,#223022 7%,#212f21 9%,#172317 21%,#091109 49%,#050d05 50%,#020602 51%,#010301 53%,#000000 56%,#000000 100%) !important;
background: linear-gradient(to bottom, #1a261a 0%, #1a261a 50%, #000 50%, #000 100%) !important;
font-size: 11pt;
text-transform: uppercase;
letter-spacing: 0.08em;
@@ -187,7 +187,6 @@ h3 {
th {
background: #000;
background: linear-gradient(to bottom, #1a261a 0%, #223022 7%, #212f21 9%, #172317 21%, #091109 49%, #050d05 50%, #020602 51%, #010301 53%, #000000 56%, #000000 100%);
background: linear-gradient(to bottom, #1a261a 0%, #1a261a 50%, #000 50%, #000 100%) !important;
padding: 6px 5px;
border-top: 1px solid #494;
border-bottom: 1px solid #494;

View File

@@ -343,9 +343,8 @@ h3 {
}
th {
background: #447;
color: #fff;
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
background: #eef url(images/header.png) center center repeat-x;
background: linear-gradient(to bottom, #fff 50%, rgba(238, 238, 255, 0.2) 50%, #eef 100%) !important;
color: #333;
padding: 5px;
border-top: 1px solid #7778bf;
@@ -404,10 +403,6 @@ div[class^="status"] {
display: inline-block;
}
#clientTunnels tr, #serverTunnels tr {
background: #eef;
}
.tunnelProperties {
background: #fff !important;
}

View File

@@ -148,7 +148,7 @@ hr {
h2, h3 {
padding: 6px 10px;
border: 1px solid #2d295f;
background: linear-gradient(to bottom, #191729 0%, #201f33 7%, #1f1e32 9%, #161525 21%, #090812 49%, #05050e 50%, #020206 51%, #010103 53%, #000000 56%, #000000 100%) !important;
background: linear-gradient(to bottom, #191729 0%, #191729 50%, #000 50%, #000 100%) !important;
font-size: 11pt;
text-transform: uppercase;
letter-spacing: 0.08em;
@@ -180,7 +180,7 @@ h3 {
th {
background: #000;
background: linear-gradient(to bottom, #191729 0%, #191729 50%, #000 50%, #000 100%) !important;
background: linear-gradient(to bottom, #191729 0%, #201f33 7%, #1f1e32 9%, #161525 21%, #090812 49%, #05050e 50%, #020206 51%, #010103 53%, #000000 56%, #000000 100%) !important;
padding: 6px 5px;
border-top: 1px solid #2d295f;
border-bottom: 1px solid #2d295f;