Minor theme tweaks

This commit is contained in:
str4d
2017-04-09 08:49:09 +00:00
parent 4747172059
commit 48661361fa
6 changed files with 17 additions and 8 deletions

View File

@@ -1722,7 +1722,6 @@ table#thresholds, table#profile_defs {
}
#profile_defs td:last-child {
width: 95%;
white-space: normal;
line-height: 120%;
}

View File

@@ -3756,7 +3756,6 @@ table#profile_defs td, table#thresholds td {
}
#profile_defs td:last-child {
width: 95%;
white-space: normal;
line-height: 120%;
}

View File

@@ -4451,7 +4451,6 @@ table#profiles td[colspan="8"] {
}
#profile_defs td:last-child {
width: 95%;
white-space: normal;
line-height: 120%;
}

View File

@@ -4199,7 +4199,6 @@ table#profile_defs td, table#thresholds td {
}
#profile_defs td:last-child {
width: 95%;
white-space: normal;
line-height: 120%;
}

View File

@@ -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;
}

View File

@@ -1149,6 +1149,11 @@ tr.bottombuttons:empty {
display: none;
}
#composemail .bottombuttons {
background: none !important;
box-shadow: none !important;
}
.notifications {
bottom: 0;
left: 0;