| Index: static/css/testpages.css |
| =================================================================== |
| --- a/static/css/testpages.css |
| +++ b/static/css/testpages.css |
| @@ -81,6 +81,11 @@ |
| background-image: repeating-linear-gradient(45deg, #f00, #f00 10px, #c00 10px, #c00 20px); |
| } |
| +.stripes-blue { |
| + border: 2px solid #0079cc; |
| + background-image: repeating-linear-gradient(45deg, #2231b5, #2231b5, 10px, #0079cc 10px, #0079cc 20px);; |
| +} |
| + |
| /* Site Layout/Panels */ |
| @@ -216,6 +221,10 @@ |
| margin-top: .5rem; |
| } |
| +#testcase-scripttarget { |
| + padding: .5rem; |
| +} |
| + |
| .testcase-filter .filter { |
| background-color: #e0e0e0; |
| margin: 0; |