diff options
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/style.css')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 0522dbe0b64..a6a1af75d40 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -681,6 +681,7 @@ ul.operations li img { } .sources2 div.violation .actions form, #global_violations div.violation .actions form { display: inline; + visibility: visible; } div.vtitle{ background-color:#E4ECF3; |