summaryrefslogblamecommitdiffstats
path: root/modules-available/exams/style.css
blob: cadb8716b8f6bd68e9b99d765ba277dc007814dc (plain) (tree)
1
2
3
4
5
6
7
8
                          
                                                       
 

                  
                       
 
 




                                         
 


                                                          



                           
.vis-item.vis-background {
    background-color: rgba(192, 57, 43, .5) !important;
}

.vis-item.spacer {
    visibility: hidden;
}

.vis-selected,
.vis-readonly {
    background-color: #80D6F2 !important;
    border: 1px solid grey !important;
}

.vis-item.disabled {
    background-color: rgba(189, 195, 199, 1.0) !important;
}

.table > tbody > tr > td {
    vertical-align: middle;
}