Fix a couple small CSS issues on SusiDNS, Hidden Services Manager. Darken the Active Arrow dropdown.

This commit is contained in:
idk
2021-03-26 16:26:40 -04:00
parent 4a135a667b
commit 0fbcd6ddf7
7 changed files with 27 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -435,8 +435,6 @@ html body#tunnelEditPage form div.panel table#serverTunnelEdit.tunnelConfig tbod
}
.tunnelPreviewHostname {
/*margin-bottom: 1em !important;
margin-top: -1em !important;*/
width: 100%;
height: 1.5em;
overflow: hidden;

View File

@ -589,12 +589,12 @@ html body#tunnelEditPage form div.panel table#serverTunnelEdit.tunnelConfig tbod
.tunnelHostnameCopy {
margin-bottom: 1em !important;
margin-top: -1em !important;
/*margin-top: -1em !important;*/
}
.tunnelPreviewHostname {
margin-bottom: 1em !important;
margin-top: -1em !important;
/*margin-top: -1em !important;*/
width: 100%;
height: 1.5em;
overflow: hidden;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -111,6 +111,11 @@ body.iframed {
z-index: 10;
}
.invisible {
visibility: hidden;
display: none;
}
#navi a:active {
border: 1px solid #da736b;
box-shadow: inset 3px 3px 3px #000;
@ -566,6 +571,16 @@ tr.list0 {
margin: 10px -31px;
}
.expanded {
background: url(/themes/console/light/images/dropdown_active.png) #f8f8ff !important;
background-repeat: no-repeat !important;
background-position: .5%, 15% !important;
}
#addrtitle.expanded {
background: url(../images/addressbook.png) 6px center no-repeat #fcfcff !important;
}
.help h3:first-child {
margin-top: -21px;
}
@ -609,6 +624,11 @@ tr.list0 {
color: #990;
}
#helpconfig h3 {
background-image: none;
padding: 6px 16px;
}
div#content p {
padding: 0 10px;
}

View File

@ -130,8 +130,6 @@ object {
margin: -1px 0 -2px;
padding: 8px 5px;
background: #f6f6fa;
background: #f6f6fa;
background: #f6f6fa;
}
.iframed .headline {
@ -354,6 +352,11 @@ p, #helpconfig {
-webkit-break-inside: avoid;
}
#helpconfig h3 {
background-image: none;
padding: 6px 16px;
}
span.addrhlpr {
font-size: 9pt;
}