Changeset 6479
- Timestamp:
- 08/19/15 10:39:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CLARIN_style/_.scss
r5852 r6479 298 298 } 299 299 300 span.positive, span.negative { 301 border-radius: 10px 10px 10px 10px; 302 padding: 1px; 303 } 304 300 305 span.positive { 301 306 background-color: rgba(0, 255, 0, 0.4); 302 color: red;303 border-radius: 10px 10px 10px 10px;304 padding: 1px;305 307 } 306 308 307 309 span.negative { 308 310 background-color: rgba(255, 0, 0, 0.4); 309 color: red;310 border-radius: 10px 10px 10px 10px;311 padding: 1px;312 311 } 313 312
Note: See TracChangeset
for help on using the changeset viewer.