VirtualBox

Ignore:
Timestamp:
Jan 5, 2017 1:41:32 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112657
Message:

TestManager: Added clickable element-of / not-an-element-of on filters to avoid a lot of clicking just to remove a couple of items from the output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css

    r65145 r65154  
    2525 */
    2626
     27@charset "UTF-8";
    2728
    2829/*
     
    332333}
    333334
     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. */
     340input.tm-side-filter-union-input {
     341    display:        none;
     342}
     343input.tm-side-filter-union-input + label {
     344    vertical-align: middle;
     345}
     346input.tm-side-filter-union-input:checked + label::after {
     347    content:        '∉'; /* U+2209: not an element of. */
     348}
     349input.tm-side-filter-union-input + label::after {
     350    content:        '∈'; /* U+2208: element of. */
     351}
    334352
    335353/* Webkit: Pretty scroll bars on the menu body as well as inside filter criteria. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette