Bug 27543: Tooltip on opac-messaging.pl obscured by table headers
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / css / src / sco.scss
1 @import "common";
2
3 body {
4     background-color: #FCF9FC;
5 }
6
7 a {
8     color: $sci-link-color;
9
10     &:visited {
11         color: $sci-link-color;
12     }
13
14     &.title {
15         font-weight: bold;
16     }
17 }
18
19
20 #members {
21     a {
22         &.logout {
23             color: #E8583C;
24             padding: 0 .3em 0 .3em;
25         }
26     }
27 }
28
29 .inline {
30     display: inline;
31 }
32
33 .table {
34     font-size: .95rem;
35 }
36
37 .table-bordered {
38     border-radius: 0;
39
40     thead {
41         &:first-child {
42             tr {
43                 &:first-child {
44                     &> th {
45                         &:first-child,
46                         &:last-child {
47                             border-radius: 0;
48                         }
49                     }
50                 }
51
52                 &:last-child {
53                     &> th {
54                         &:first-child,
55                         &:last-child {
56                             border-radius: 0;
57                         }
58                     }
59                 }
60             }
61         }
62     }
63 }
64
65 .sco_entry {
66     margin: 2rem 0;
67
68     label {
69         text-align: right;
70     }
71 }
72
73 #sci_logout {
74     color: #E8583C;
75 }
76
77 .sci_input_append {
78     margin-top: 1rem;
79     padding-top: 1rem;
80 }
81
82 #sci_checkin_button,
83 #sci_refresh_button,
84 #sci_append_button {
85 }
86
87 #sci_refresh_button {
88 }
89
90 @import "responsive";