liquid_feedback_frontend

diff static/lf3.css @ 1154:91089defc3ea

Added missing colors for trace of actions
author bsw
date Sun Mar 22 22:59:17 2015 +0100 (2015-03-22)
parents 6d0e762bc105
children
line diff
     1.1 --- a/static/lf3.css	Sun Mar 22 22:32:18 2015 +0100
     1.2 +++ b/static/lf3.css	Sun Mar 22 22:59:17 2015 +0100
     1.3 @@ -1578,6 +1578,22 @@
     1.4    background-color: #fe0;
     1.5    color: #000;
     1.6  }
     1.7 +#trace_content .trace_action_success > ul {
     1.8 +  background-color: #afa;
     1.9 +  border: 1px solid #fe0;
    1.10 +}
    1.11 +#trace_content .trace_action_success > .trace_head {
    1.12 +  background-color: #fe0;
    1.13 +  color: #000;
    1.14 +}
    1.15 +#trace_content .trace_action_softfail > ul {
    1.16 +  background-color: #faa;
    1.17 +  border: 1px solid #fe0;
    1.18 +}
    1.19 +#trace_content .trace_action_softfail > .trace_head {
    1.20 +  background-color: #fe0;
    1.21 +  color: #000;
    1.22 +}
    1.23  #trace_content .trace_sql {
    1.24    background-color: #fff;
    1.25    padding: 2px 4px;

Impressum / About Us