VirtualBox

Ignore:
Timestamp:
Jan 2, 2017 4:43:09 PM (8 years ago)
Author:
vboxsync
Message:

testmanager: More test result filtering.

File:
1 edited

Legend:

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

    r65051 r65053  
    247247 */
    248248
     249/* Side menu: */
    249250#side-menu {
    250251    padding-top:    28px; /**< #top-menu.max-height */
     
    283284
    284285
     286/* Filters: */
    285287#side-filters p:first-child {
    286288    margin-top:     0.5em;
     
    303305}
    304306
     307#side-filters dt {
     308    margin-top:     0.4em;
     309}
     310
    305311#side-filters dd {
    306     font-size:      0.86em;
     312    font-size:      0.82em;
     313}
     314
     315#side-filters input[type=checkbox] {
     316    vertical-align: text-top;
     317}
     318
     319#side-filters ul {
    307320    max-height:     22em;
    308321    overflow:       auto;
    309322}
    310323
    311 
     324.side-filter-irrelevant {
     325    font-style:     italic;
     326    font-weight:    normal;
     327}
     328
     329/* Filters: webkit specific scroll bar optimizations  */
     330#side-filters ::-webkit-scrollbar {
     331    width:                  8px;
     332}
     333#side-filters ::-webkit-scrollbar-track {
     334    -webkit-box-shadow:     inset 0 0 3px rgba(0, 0, 0, 0.3);
     335    -webkit-border-radius:  4px;
     336    border-radius:          4px;
     337}
     338#side-filters ::-webkit-scrollbar-thumb {
     339    -webkit-box-shadow:     inset 0 0 3px rgba(0, 0, 0, 0.5);
     340    -webkit-border-radius:  4px;
     341    border-radius:          4px;
     342    background:             rgba(112, 128, 144, 0.9);
     343}
     344#side-filters ::-webkit-scrollbar-thumb:window-inactive {
     345    background:             rgba(112, 128, 144, 0.7);
     346}
     347
     348/* Footer: */
    312349#side-footer {
    313350    position:       absolute;
Note: See TracChangeset for help on using the changeset viewer.

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