dadc68a03b117d3331209a5a2a2cba7f3d24c1b8
[releng.git] / utils / test / reporting / pages / app / styles / custome.css
1 .container-tablesize {
2      margin: auto 5%;
3 }
4
5 .btn-outline  {
6     border-color: white;
7 }
8
9 .chosen-container-single .chosen-single {
10     background: #ffffff;
11     box-shadow: none;
12     -moz-box-sizing: border-box;
13     background-color: #FFFFFF;
14     border: 1px solid #CBD5DD;
15     border-radius: 2px;
16     cursor: text;
17     height: 25px;
18     margin: 0;
19     min-height: 30px;
20     overflow: hidden;
21     padding: 4px 12px;
22     position: relative;
23     width: 100%;
24 }
25
26 .selectize-input {
27     height: 30px;
28     width: 100px;
29 }
30
31 .myhr {
32     border:0.5px dashed #e7eaec;
33     border-top:1px;margin-bottom: 3px;
34 }