liquid_feedback_frontend

changeset 1154:91089defc3ea

Added missing colors for trace of actions
author bsw
date Sun Mar 22 22:59:17 2015 +0100 (2015-03-22)
parents a97bb3ca4cb4
children 9fed7af9263f 08adef9f05b9
files static/lf3.css static/lf3.less
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;
     2.1 --- a/static/lf3.less	Sun Mar 22 22:32:18 2015 +0100
     2.2 +++ b/static/lf3.less	Sun Mar 22 22:59:17 2015 +0100
     2.3 @@ -1946,6 +1946,22 @@
     2.4      background-color: #fe0;
     2.5      color: #000;
     2.6    }
     2.7 +  .trace_action_success > ul {
     2.8 +    background-color: #afa;
     2.9 +    border: 1px solid #fe0;
    2.10 +  }
    2.11 +  .trace_action_success > .trace_head {
    2.12 +    background-color: #fe0;
    2.13 +    color: #000;
    2.14 +  }
    2.15 +  .trace_action_softfail > ul {
    2.16 +    background-color: #faa;
    2.17 +    border: 1px solid #fe0;
    2.18 +  }
    2.19 +  .trace_action_softfail > .trace_head {
    2.20 +    background-color: #fe0;
    2.21 +    color: #000;
    2.22 +  }
    2.23    .trace_sql {
    2.24      background-color: #fff;
    2.25      padding: 2px 4px;
    2.26 @@ -1953,6 +1969,7 @@
    2.27    }
    2.28    .trace_sql_time {
    2.29      float: right;
    2.30 +    font-weight: bold;
    2.31    }
    2.32    .trace_error {
    2.33      background-color: #faa;

Impressum / About Us