diff options
Diffstat (limited to 'WebContent/ITMILL/themes/tests-tickets/styles.css')
-rw-r--r-- | WebContent/ITMILL/themes/tests-tickets/styles.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/tests-tickets/styles.css b/WebContent/ITMILL/themes/tests-tickets/styles.css index 225bbd6d1d..2c2b359ed9 100644 --- a/WebContent/ITMILL/themes/tests-tickets/styles.css +++ b/WebContent/ITMILL/themes/tests-tickets/styles.css @@ -1276,4 +1276,16 @@ padding:2px; .i-button-nowraplink span { white-space: normal; } + +.cyan { + background:cyan; +} +.yellow { + background:yellow; +} + +.green { + background:green; +} +
\ No newline at end of file |