Commit 8e4d4c76 authored by yann300's avatar yann300

use css for debugger button

parent 4f1fb286
...@@ -299,6 +299,20 @@ body { ...@@ -299,6 +299,20 @@ body {
margin-right: 1em; margin-right: 1em;
cursor: pointer; cursor: pointer;
} }
#debugView button {
background-color: #C6CFF7;
font-size: 12px;
padding: 0.25em;
margin-bottom: .5em;
color: black;
border:0 none;
border-radius: 3px;
width: 8em;
margin-right: 1em;
cursor: pointer;
}
#staticanalysismodules label { #staticanalysismodules label {
display: block; display: block;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment