forked from I2P_Developers/i2p.i2p
Minor theme tweaks
This commit is contained in:
@@ -1722,7 +1722,6 @@ table#thresholds, table#profile_defs {
|
||||
}
|
||||
|
||||
#profile_defs td:last-child {
|
||||
width: 95%;
|
||||
white-space: normal;
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
@@ -3756,7 +3756,6 @@ table#profile_defs td, table#thresholds td {
|
||||
}
|
||||
|
||||
#profile_defs td:last-child {
|
||||
width: 95%;
|
||||
white-space: normal;
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
@@ -4451,7 +4451,6 @@ table#profiles td[colspan="8"] {
|
||||
}
|
||||
|
||||
#profile_defs td:last-child {
|
||||
width: 95%;
|
||||
white-space: normal;
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
@@ -4199,7 +4199,6 @@ table#profile_defs td, table#thresholds td {
|
||||
}
|
||||
|
||||
#profile_defs td:last-child {
|
||||
width: 95%;
|
||||
white-space: normal;
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
@@ -292,14 +292,14 @@ td a:active, td a:visited:active {
|
||||
}
|
||||
|
||||
.snarkMessages a:visited {
|
||||
color: #d30 !important;
|
||||
color: #d30;
|
||||
}
|
||||
|
||||
.snarkMessages a:hover, .snarkMessages a:visited:hover, .snarkConfigTitle a:hover, .snarkConfigTitle a:visited:hover {
|
||||
color: #930 !important;
|
||||
.snarkMessages a:hover, .snarkMessages a:visited:hover {
|
||||
color: #f60 !important;
|
||||
}
|
||||
|
||||
.snarkMessages a:active, .snarkMessages a:visited:active, .snarkConfigTitle a:active, .snarkConfigTitle a:visited:active {
|
||||
.snarkMessages a:link:active, .snarkMessages a:visited:active {
|
||||
color: #f30 !important;
|
||||
}
|
||||
|
||||
@@ -1043,6 +1043,14 @@ thead img.disable, img.disable:hover {
|
||||
box-shadow: 0 0 2px #4d453e, inset 0 0 0 1px #fff, inset 2px 2px 3px 1px #59513B;
|
||||
}
|
||||
|
||||
.snarkConfigTitle a:hover, .snarkConfigTitle a:visited:hover {
|
||||
color: #930 !important;
|
||||
}
|
||||
|
||||
.snarkConfigTitle a:active, .snarkConfigTitle a:visited:active {
|
||||
color: #f30 !important;
|
||||
}
|
||||
|
||||
.snarkConfigTitle {
|
||||
padding-top: 3px !important;
|
||||
}
|
||||
|
||||
@@ -1149,6 +1149,11 @@ tr.bottombuttons:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#composemail .bottombuttons {
|
||||
background: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.notifications {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user