Browse Source

minor css tweaks

pull/2/head
gorhill 10 years ago
parent
commit
9afbbae8cf
  1. 13
      src/css/logger-ui.css

13
src/css/logger-ui.css

@ -136,7 +136,7 @@ body.compactView #content td {
} }
#content table tr td:nth-of-type(1) { #content table tr td:nth-of-type(1) {
text-align: center;
text-align: right;
white-space: nowrap; white-space: nowrap;
} }
#content table tr td:nth-of-type(2) { #content table tr td:nth-of-type(2) {
@ -148,7 +148,10 @@ body.compactView #content td {
font: 1em FontAwesome; font: 1em FontAwesome;
} }
#content table tr.tab:not(.canMtx) { #content table tr.tab:not(.canMtx) {
opacity: 0.2;
opacity: 0.3;
}
#content table tr.tab:not(.canMtx):hover {
opacity: 0.7;
} }
#content table tr.tab:not(.canMtx) > td:nth-of-type(2):before { #content table tr.tab:not(.canMtx) > td:nth-of-type(2):before {
content: '\f00d'; content: '\f00d';
@ -158,7 +161,7 @@ body:not(.popupOn) #content table tr.canMtx td:nth-of-type(2) {
cursor: zoom-in; cursor: zoom-in;
} }
body:not(.popupOn) #content table tr.canMtx td:nth-of-type(2):hover { body:not(.popupOn) #content table tr.canMtx td:nth-of-type(2):hover {
background: white;
background: #ccc;
} }
#content table tr.cat_net td:nth-of-type(3) { #content table tr.cat_net td:nth-of-type(3) {
font: 12px monospace; font: 12px monospace;
@ -192,7 +195,7 @@ body.popupOn #popupContainer {
background: #444; background: #444;
border: 0; border: 0;
border-bottom: 1px solid white; border-bottom: 1px solid white;
height: 1.8em;
height: 1.4em;
} }
#popupContainer > div { #popupContainer > div {
text-align: right; text-align: right;
@ -202,7 +205,7 @@ body.popupOn #popupContainer {
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
font: 14px FontAwesome; font: 14px FontAwesome;
padding: 4px;
padding: 1px 3px;
} }
#popupContainer > div > span:hover { #popupContainer > div > span:hover {
color: white; color: white;

Loading…
Cancel
Save