Changeset 65154 in vbox for trunk/src/VBox/ValidationKit/testmanager/htdocs
- Timestamp:
- Jan 5, 2017 1:41:32 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112657
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css
r65145 r65154 25 25 */ 26 26 27 @charset "UTF-8"; 27 28 28 29 /* … … 332 333 } 333 334 335 .tm-side-filter-union-input { 336 float: right; 337 } 338 339 /* The following is for the element of / not element of checkbox, supplying text and hiding the actual box. */ 340 input.tm-side-filter-union-input { 341 display: none; 342 } 343 input.tm-side-filter-union-input + label { 344 vertical-align: middle; 345 } 346 input.tm-side-filter-union-input:checked + label::after { 347 content: '∉'; /* U+2209: not an element of. */ 348 } 349 input.tm-side-filter-union-input + label::after { 350 content: '∈'; /* U+2208: element of. */ 351 } 334 352 335 353 /* Webkit: Pretty scroll bars on the menu body as well as inside filter criteria. */
Note:
See TracChangeset
for help on using the changeset viewer.