X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci2%2Fui.git;a=blobdiff_plain;f=luci2%2Fhtdocs%2Fluci2%2Fbootstrap%2Fcascade.css;h=24b0bf40336f59f1466be53dec10b4f605a8569c;hp=d79ec965260dc0a92efed50729476115dc5f69e9;hb=900b9b762a75d9ffb393ca7ba5feed7b289d0929;hpb=2f0e65dd27549ef4fde5b18588083968a59b66bd diff --git a/luci2/htdocs/luci2/bootstrap/cascade.css b/luci2/htdocs/luci2/bootstrap/cascade.css index d79ec96..24b0bf4 100644 --- a/luci2/htdocs/luci2/bootstrap/cascade.css +++ b/luci2/htdocs/luci2/bootstrap/cascade.css @@ -2232,69 +2232,16 @@ td.cbi-value-field var { color: #0069D6; } -.uci-change-list { - font-family: monospace; -} - -.uci-change-list ins, -.uci-change-legend-label ins { - text-decoration: none; - border: 1px solid #00FF00; - background-color: #CCFFCC; - display: block; - padding: 2px; +pre.uci-changes { + margin: 3px 0; } -.uci-change-list del, -.uci-change-legend-label del { +pre.uci-changes ins { text-decoration: none; - border: 1px solid #FF0000; - background-color: #FFCCCC; - display: block; - font-style: normal; - padding: 2px; + color: #008000; } -.uci-change-list var, -.uci-change-legend-label var { +pre.uci-changes del { text-decoration: none; - border: 1px solid #CCCCCC; - background-color: #EEEEEE; - display: block; - font-style: normal; - padding: 2px; -} - -.uci-change-list var ins, -.uci-change-list var del { - /*display: inline;*/ - border: none; - white-space: pre; - font-style: normal; - padding: 0px; -} - -.uci-change-legend { - padding: 5px; -} - -.uci-change-legend-label { - width: 150px; - float: left; -} - -.uci-change-legend-label>ins, -.uci-change-legend-label>del, -.uci-change-legend-label>var { - float: left; - margin-right: 4px; - width: 10px; - height: 10px; - display: block; -} - -.uci-change-legend-label var ins, -.uci-change-legend-label var del { - line-height: 6px; - border: none; + color: #800000; }