View | Details | Raw Unified | Return to bug 30952
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-443 / +814 lines)
Lines 4-59 Link Here
4
@import "fonts";
4
@import "fonts";
5
5
6
::selection {
6
::selection {
7
    background: #538200;
7
    background: #418940;
8
    color: #FFFFFF;
8
    color: #FFFFFF;
9
}
9
}
10
10
11
a {
11
a {
12
    &:link,
12
    &:link,
13
    &:visited {
13
    &:visited {
14
        color: #004D99;
14
        color: #71B443;
15
        text-decoration: none;
15
        border: 0;
16
        background-color: transparent;
17
        box-shadow: none;
18
        font-size: 100%;
16
    }
19
    }
17
20
18
    &:hover,
21
    &:hover,
19
    &:active {
22
    &:active,
20
        color: #538200;
23
    &:focus {
21
        text-decoration: none;
24
        text-decoration: underline;
25
        color: #71B443;
26
        border: 0;
27
        background-color: transparent;
28
        box-shadow: none;
29
        font-size: 100%;
22
    }
30
    }
23
31
24
    &:hover {
32
    &:hover {
25
        .term {
33
        .term {
26
            color: #FF9090;
34
            color: #000;
35
            text-decoration: underline;
27
        }
36
        }
28
    }
37
    }
29
38
30
    &.authlink {
39
    &.authlink {
31
        background-color: #e6f0f2;
40
        background-color: #e3f1df;
32
        border-radius: 5px;
41
        border-radius: 5px;
33
        display: inline-block;
42
        display: inline-block;
34
        padding: 2px 4px;
43
        padding: 2px 4px;
35
    }
44
    }
36
45
37
    &.btn {
46
    &.btn {
38
        &:link,
39
        &:visited {
40
            color: #333333;
41
        }
42
43
        &.btn-link {
47
        &.btn-link {
44
            &:link,
48
            &:link,
45
            &:visited {
49
            &:visited {
46
                color: #004D99;
50
                color: #71B443;
47
            }
51
            }
48
52
49
            &:hover {
53
            &:hover {
50
                color: #538200;
54
                text-decoration: underline;
55
                font-weight: bold;
51
            }
56
            }
52
        }
57
        }
58
53
    }
59
    }
54
60
55
    &.cancel {
61
    &.edit-patronimage {
56
        padding-left: 1em;
62
        color: #333;
63
        background-color: #e6e6e6;
64
        border-color: #adadad;
65
66
        &:hover{
67
            text-decoration: none;
68
            color: #333;
69
            background-color: #dadada;
70
        }
57
    }
71
    }
58
72
59
    &.cartRemove {
73
    &.cartRemove {
Lines 64-80 a { Link Here
64
    }
78
    }
65
79
66
    &.clear_date {
80
    &.clear_date {
67
        color: #C33;
81
        color: #418940;
68
        font-size: 130%;
82
        font-size: 130%;
83
        vertical-align: middle;
69
84
70
        &:hover {
85
        &:hover {
71
            color: #FF9090;
86
            color: #71B443;
87
            text-decoration: none;
72
        }
88
        }
73
    }
89
    }
74
90
75
    &.close {
91
    &.settings {
92
        i, img {
93
            text-align: center;
94
            color: #71B443;
95
            border: solid 3px #71B443;
96
            border-radius: 50%;
97
            background-color: transparent;
98
            width: 40px;
99
            height: 40px;
100
            margin-bottom: 5px;
101
            margin-left: auto;
102
            margin-right: auto;
103
            padding: 5px;
104
            align-items: center;
105
            justify-content: center;
106
            box-sizing: content-box;
107
            display: flex;
108
109
        }
110
76
        &:hover {
111
        &:hover {
77
            color: #538200;
112
            color: #418940;
113
            text-decoration: none;
114
            font-weight: bold;
115
116
            i, img {
117
                border-color: #418940;
118
                background-color: transparent;
119
                color: #418940;
120
            }
121
122
        }
123
124
        img {
125
            max-width: 30px;
126
            height: auto;
127
            padding: 10px;
78
        }
128
        }
79
    }
129
    }
80
130
Lines 138-191 a { Link Here
138
    &.xml {
188
    &.xml {
139
        background-image: url("../img/famfamfam/silk/page_white_code.png");
189
        background-image: url("../img/famfamfam/silk/page_white_code.png");
140
    }
190
    }
141
142
}
191
}
143
a.ctrl_link {
192
144
    display: inline-block;
193
145
    padding-right: 1rem;
194
#resetZ3950Search {
195
    font-size: 110%;
196
    color: #71B443;
146
}
197
}
147
198
148
aside {
199
a {
149
    h5 {
200
    .ctrl_link {
150
        font-size: 100%;
201
        display: inline-block;
151
        margin: .5em 0;
202
        padding-right: 1rem;
152
    }
203
    }
204
}
153
205
206
207
aside {
154
    fieldset {
208
    fieldset {
155
        &.brief {
209
        box-shadow: 8px 8px 12px rgba(170, 170, 170, .356);
156
            padding: .4em .7em;
210
        padding: .9em;
157
211
158
            button + button,
212
        button + button,
159
            input + input {
213
        input + input {
160
                margin-left: 5px;
214
            margin-left: 5px;
215
        }
216
217
        fieldset.brief {
218
            width: 100%;
219
220
            legend {
221
                color: #696969;
222
                font-weight: bold;
223
                font-size: 13px;
224
                margin: 0;
225
                border-bottom: 0;
161
            }
226
            }
162
227
163
            fieldset {
228
            li {
164
                border-width: 1px;
229
                margin-top: 0;
165
                border-radius: 0;
230
                padding: 0;
166
                margin: 0 0 .5em 0;
231
167
                padding: .5em;
232
                &.radio {
233
                    padding: 0;
234
                }
168
235
169
                legend {
236
                label {
170
                    font-size: 95%;
237
                    color: #696969;
238
                    font-size: 13px;
239
                    padding: .5em .3em 0 0;
171
                    margin: 0;
240
                    margin: 0;
241
                    font-weight: normal;
172
                }
242
                }
173
243
174
                &.action {
244
                input, select {
175
                    margin-left: 0;
245
                    height: calc(1.5em + .75rem + 2px);
176
                    padding: .5em 0;
246
                    width: calc(100% - 20px);
177
                }
247
                }
178
            }
248
            }
249
        }
250
251
        ol {
252
            padding: 0;
253
            li {
254
                list-style: none;
255
                left: 0;
256
                flex-direction: row;
257
                width: 100%;
258
259
                fieldset {
260
                    width: 100%;
261
262
                    legend {
263
                        color: #696969;
264
                        font-weight: bold;
265
                        font-size: 13px;
266
                        margin: 0;
267
                        border-bottom: 0;
268
                    }
269
270
                    li {
271
                        margin-top: 0;
272
                        padding: 0;
273
274
                        label {
275
                            color: #696969;
276
                            font-size: 13px;
277
                            padding: .5em .3em 0 0;
278
                            margin: 0;
279
                            font-weight: normal;
280
                        }
281
282
                        input,
283
                        select {
284
                            height: calc(1.5em + .75rem + 2px);
285
                            width: calc(100% - 20px);
286
                        }
287
                    }
288
289
                }
290
291
                label {
292
                    color: #696969;
293
                    padding: .5em .3em 0 0;
294
                    margin: 0;
295
                }
296
297
                input,
298
                select {
299
                    height: calc(1.5em + .75rem + 2px);
300
                    width: calc(100% - 20px);
301
302
303
                    &[type="checkbox"],
304
                    &[type="radio"] {
305
                        width: auto;
306
                        margin: 0;
307
                        vertical-align: middle;
308
                    }
309
                }
179
310
180
            input, select {
181
                height: calc(1.5em + .75rem + 2px);
182
            }
183
311
184
            label {
185
                margin: .5em 0 0 0;
186
            }
187
312
188
            li {
189
                &.checkbox {
313
                &.checkbox {
190
                    label {
314
                    label {
191
                        display: inline;
315
                        display: inline;
Lines 206-213 aside { Link Here
206
                }
330
                }
207
331
208
                &.radio {
332
                &.radio {
209
                    padding: .7em 0;
210
211
                    input {
333
                    input {
212
                        padding: .3em 0;
334
                        padding: .3em 0;
213
                    }
335
                    }
Lines 221-247 aside { Link Here
221
                            display: inline;
343
                            display: inline;
222
                        }
344
                        }
223
                    }
345
                    }
346
347
                    select,
348
                    [type="text"] {
349
                        width: 100%;
350
                    }
351
352
                    .flatpickr-input {
353
                        margin-right: 3px;
354
                        width: calc(100% - 20px);
355
                    }
356
357
                    &+.action {
358
                        margin-left: 0;
359
                        padding: 0;
360
                    }
361
362
                    .radio, .checkbox {
363
                        margin: 0;
364
                    }
365
366
                    select,
367
                    [type="text"] {
368
                        width: 100%;
369
                    }
370
371
                    .flatpickr-input {
372
                        margin-right: 3px;
373
                        width: calc(100% - 20px);
374
                    }
375
376
                    &.action {
377
                        margin-left: 0;
378
                        padding: 0;
379
                    }
224
                }
380
                }
225
            }
381
            }
382
        }
383
    }
384
}
226
385
227
            ol {
386
#menu, #navmenulist {
228
                margin: 0;
387
    background-color: #e6e6e6;
229
                padding: 0;
388
    display: block;
230
            }
231
389
232
            select,
390
    h5 {
233
            [type="text"] {
391
        margin: .5em 0;
234
                width: 100%;
392
        padding-left: .5em;
393
        padding-bottom: .2em;
394
        color: #696969;
395
        border-bottom: 1px solid #696969;
396
        font-weight: normal;
397
        font-size: 1.2em;
398
    }
399
400
    ul {
401
        margin-bottom: 10px;
402
        padding-left: 0;
403
404
        ul {
405
            font-size: 75%;
406
        }
407
408
        li {
409
            list-style: none;
410
411
            a {
412
                color: #000;
413
                display: block;
414
                text-decoration: none;
415
                padding: .7em .3em .7em 1.2em;
235
            }
416
            }
236
417
237
            .flatpickr-input {
418
            &.active > a, a:hover, a.current {
238
                margin-right: 3px;
419
                background-color: #F3F4F4;
239
                width: calc(100% - 20px);
420
                text-decoration: none;
421
                color: #418940;
422
                border-left: solid 5px #418940;
423
                font-weight: bold;
240
            }
424
            }
425
        }
426
    }
427
}
241
428
242
            &+.action {
429
div {
243
                margin-left: 0;
430
    display: block;
244
                padding: 0;
431
432
    &.mainmenu {
433
        display: inline;
434
    }
435
436
437
    &.koha-mainpage {
438
        display: flex;
439
        align-items: center;
440
        justify-content: center;
441
    }
442
443
    &.settings-links {
444
        display: inline;
445
446
        ul {
447
            float: right;
448
449
            li {
450
                list-style-type: none;
451
                margin-bottom: 0;
452
                height: auto;
453
                width: 150px;
454
                padding: 5px 10px;
455
456
                a,
457
                a:visited,
458
                a:link {
459
                    color: #000;
460
                }
245
            }
461
            }
246
        }
462
        }
247
    }
463
    }
Lines 250-256 aside { Link Here
250
button {
466
button {
251
    @include default-button;
467
    @include default-button;
252
468
253
    &:active {
469
    &:active,
470
    &:hover {
254
        border: 1px inset #999999;
471
        border: 1px inset #999999;
255
    }
472
    }
256
473
Lines 266-271 button { Link Here
266
    }
483
    }
267
}
484
}
268
485
486
#add_to_patron_list_submit {
487
    color: #71B443;
488
489
    &:hover {
490
        border: 0;
491
    }
492
}
493
269
main {
494
main {
270
    &::after {
495
    &::after {
271
        clear: both;
496
        clear: both;
Lines 280-285 body { Link Here
280
    line-height: 1.22;
505
    line-height: 1.22;
281
    padding: 0 0 4em;
506
    padding: 0 0 4em;
282
    text-align: left;
507
    text-align: left;
508
    background-color: #F3F4F4;
283
509
284
    &.nobackdrop {
510
    &.nobackdrop {
285
        .modal-backdrop {
511
        .modal-backdrop {
Lines 337-349 h1 { Link Here
337
}
563
}
338
564
339
h2 {
565
h2 {
340
    font-size: 146.5%;
566
    font-size: 150%;
341
    font-weight: bold;
567
    font-weight: bold;
568
    color: #696969;
342
}
569
}
343
570
344
h3 {
571
h3 {
345
    font-size: 131%;
572
    font-size: 131%;
346
    font-weight: bold;
573
    font-weight: bold;
574
    color: #696969;
347
}
575
}
348
576
349
h4 {
577
h4 {
Lines 353-359 h4 { Link Here
353
581
354
h5 {
582
h5 {
355
    font-size: 100%;
583
    font-size: 100%;
356
    font-weight: bold;
357
}
584
}
358
585
359
h6 {
586
h6 {
Lines 367-373 h3, Link Here
367
h4,
594
h4,
368
h5,
595
h5,
369
h6 {
596
h6 {
370
    margin: .3em 0;
597
    margin: .5em 0;
598
599
    a, a:link, a:visited {
600
        color: #000;
601
    }
371
}
602
}
372
603
373
hr {
604
hr {
Lines 376-382 hr { Link Here
376
}
607
}
377
608
378
p {
609
p {
379
    margin: .5em 0;
610
    margin: .7em 0;
611
}
612
613
#patron_search {
614
    .address {
615
        font-size: 100%;
616
    }
380
}
617
}
381
618
382
strong {
619
strong {
Lines 401-407 cite { Link Here
401
input,
638
input,
402
textarea {
639
textarea {
403
    &:focus {
640
    &:focus {
404
        border-color: #538200;
641
        border-color: #418940;
405
        border-radius: 4px;
642
        border-radius: 4px;
406
    }
643
    }
407
}
644
}
Lines 413-434 input { Link Here
413
        vertical-align: middle;
650
        vertical-align: middle;
414
    }
651
    }
415
652
416
    &[type="submit"],
417
    &[type="button"] {
418
        &:active {
419
            border: 1px inset #999999;
420
        }
421
    }
422
423
    &[type="submit"],
653
    &[type="submit"],
424
    &[type="reset"],
654
    &[type="reset"],
425
    &[type="button"] {
655
    &[type="button"] {
426
        @include default-button;
656
        @include default-button;
427
657
428
        &:active {
429
            border: 1px inset #999999;
430
        }
431
432
        &:disabled {
658
        &:disabled {
433
            @include disabled-button;
659
            @include disabled-button;
434
        }
660
        }
Lines 437-450 input { Link Here
437
    &.submit {
663
    &.submit {
438
        @include default-button;
664
        @include default-button;
439
665
440
        &:active {
441
            border: 1px inset #999999;
442
        }
443
444
        &:disabled {
666
        &:disabled {
445
            @include disabled-button;
667
            @include disabled-button;
446
        }
668
        }
447
    }
669
    }
670
671
    &[type="submit"], &.submit {
672
        background-color: #FEC32C;
673
        border: 0;
674
675
        &:hover {
676
            background-color: #fec22c9f;
677
        }
678
    }
448
}
679
}
449
680
450
.input-warning {
681
.input-warning {
Lines 498-516 label, Link Here
498
    padding-top: 10px;
729
    padding-top: 10px;
499
}
730
}
500
731
501
#navmenulist {
732
#area-news, #area-userblock {
502
    li {
733
    background-color: #FFF;
503
        border-bottom: 1px solid #EEE;
734
    border: 0;
504
        list-style: $nav-menu-bullet;
735
    color: #696969;
505
        padding: .2em 0;
736
    margin: 0 0 1em 0;
506
737
    box-shadow: 8px 8px 12px rgba(170, 170, 170, .356);
507
        a {
738
    display: block;
508
            text-decoration: none;
739
    padding: 1em;
509
740
510
            &.current {
741
    h3{
511
                font-weight: bold;
742
        background-color: #FFFFFF;
512
            }
513
        }
514
    }
743
    }
515
}
744
}
516
745
Lines 529-535 ul { Link Here
529
    padding-left: 1.1em;
758
    padding-left: 1.1em;
530
759
531
    li {
760
    li {
532
        list-style-type: disc;
761
        list-style-type: none;
533
762
534
        input {
763
        input {
535
            &.submit {
764
            &.submit {
Lines 543-548 ul { Link Here
543
        }
772
        }
544
    }
773
    }
545
774
775
    &.nav-tabs {
776
        border-bottom: 1px solid transparent;
777
        padding: .2em 1.4em 0 1.4em;
778
    }
779
546
    &.budget_hierarchy {
780
    &.budget_hierarchy {
547
        margin-left: 0;
781
        margin-left: 0;
548
        padding-left: 0;
782
        padding-left: 0;
Lines 623-632 ol { Link Here
623
}
857
}
624
858
625
fieldset {
859
fieldset {
626
    background-color: #F4F8F9;
860
    width: 100%;
627
    border: 2px solid #B9D8D9;
861
    color: #71B443;
628
    border-radius: 5px;
862
    background-color: #FFF;
629
    margin: 1em 1em 1em 0;
863
    position: relative;
864
    color: #696969;
865
    left: 0;
866
    top: 0;
867
    margin: 0 1em 1em 0;
868
    box-shadow: 8px 8px 12px rgba(170, 170, 170, .356);
630
    padding: 1em;
869
    padding: 1em;
631
870
632
    + fieldset {
871
    + fieldset {
Lines 635-640 fieldset { Link Here
635
        }
874
        }
636
    }
875
    }
637
876
877
    legend {
878
        position: relative;
879
        top: 1.5em;
880
        margin: .5em 0;
881
        font-size: 131%;
882
        font-weight: bold;
883
        color: #696969;
884
        border-bottom: none;
885
    }
886
638
    &.lastchecked {
887
    &.lastchecked {
639
        border-bottom-left-radius: 0;
888
        border-bottom-left-radius: 0;
640
        border-bottom-right-radius: 0;
889
        border-bottom-right-radius: 0;
Lines 643-653 fieldset { Link Here
643
        margin-right: 0;
892
        margin-right: 0;
644
    }
893
    }
645
894
646
    .standard {
895
    &.standard {
647
        background-color:#f4f8f9 !important;
896
        background-color:#F4F8F9 !important;
648
    }
897
    }
649
898
650
    .contrast {
899
    &.contrast {
651
        background-color:#F3F3F3 !important;
900
        background-color:#F3F3F3 !important;
652
    }
901
    }
653
902
Lines 655-669 fieldset { Link Here
655
        background-color: transparent;
904
        background-color: transparent;
656
        border: 0;
905
        border: 0;
657
        clear: both;
906
        clear: both;
907
        box-shadow: none;
658
        float: none;
908
        float: none;
659
        margin: .9em 0 0;
909
        margin: .9em 0 0;
660
        padding: .4em;
910
        padding: .4em;
661
        width: auto;
911
        width: auto;
662
    }
912
    }
663
913
664
    &.brief {
665
        border: 2px solid #B9D8D9;
666
914
915
    &.brief {
667
        div {
916
        div {
668
            &.hint {
917
            &.hint {
669
                margin-bottom: .4em;
918
                margin-bottom: .4em;
Lines 671-678 fieldset { Link Here
671
        }
920
        }
672
921
673
        label {
922
        label {
674
            display: block;
675
            font-weight: bold;
676
            padding: .3em 0;
923
            padding: .3em 0;
677
924
678
            &.inline {
925
            &.inline {
Lines 728-741 fieldset { Link Here
728
        }
975
        }
729
    }
976
    }
730
977
978
    ol {
979
        li {
980
            list-style-type: none;
981
            padding: .3em 0;
982
        }
983
    }
984
731
    &.rows {
985
    &.rows {
732
        border: 2px solid #B9D8D9;
986
        border: 0;
733
        border-width: 1px;
734
        clear: left;
987
        clear: left;
735
        float: left;
988
        float: left;
736
        font-size: 90%;
989
        font-size: 90%;
737
        margin: .9em 0 0;
738
        padding: 0;
739
        width: 100%;
990
        width: 100%;
740
991
741
        fieldset {
992
        fieldset {
Lines 809-815 fieldset { Link Here
809
            font-weight: bold;
1060
            font-weight: bold;
810
            margin-right: 1rem;
1061
            margin-right: 1rem;
811
            text-align: right;
1062
            text-align: right;
812
            width: 9rem;
1063
            width: auto;
1064
            min-width: 9rem;
813
1065
814
            &.error {
1066
            &.error {
815
                float: none;
1067
                float: none;
Lines 836-847 fieldset { Link Here
836
            }
1088
            }
837
        }
1089
        }
838
1090
839
        legend {
840
            font-size: 110%;
841
            font-weight: bold;
842
            margin-left: 1em;
843
        }
844
845
        li {
1091
        li {
846
            clear: left;
1092
            clear: left;
847
            float: left;
1093
            float: left;
Lines 876-883 fieldset { Link Here
876
            }
1122
            }
877
1123
878
            fieldset {
1124
            fieldset {
879
                margin-left: 10em;
880
881
                label {
1125
                label {
882
                    width: 6em;
1126
                    width: 6em;
883
                }
1127
                }
Lines 977-983 fieldset { Link Here
977
1221
978
        .dataTables_wrapper {
1222
        .dataTables_wrapper {
979
            label {
1223
            label {
980
                font-weight: 400;
1224
                font-weight: normal;
981
                width: unset;
1225
                width: unset;
982
            }
1226
            }
983
        }
1227
        }
Lines 993-998 fieldset { Link Here
993
            margin: 1em;
1237
            margin: 1em;
994
        }
1238
        }
995
    }
1239
    }
1240
1241
    fieldset {
1242
        box-shadow: none;
1243
    }
996
}
1244
}
997
1245
998
#multi_receiving {
1246
#multi_receiving {
Lines 1005-1021 fieldset { Link Here
1005
    }
1253
    }
1006
}
1254
}
1007
1255
1008
legend {
1009
    background-color: #FFFFFF;
1010
    border: 2px solid #B9D8D9;
1011
    border-radius: 3px;
1012
    font-size: 123.1%;
1013
    font-weight: bold;
1014
    margin-bottom: 0;
1015
    padding: .2em .5em;
1016
    width: auto;
1017
}
1018
1019
details {
1256
details {
1020
    > summary {
1257
    > summary {
1021
        cursor: pointer;
1258
        cursor: pointer;
Lines 1148-1154 div { Link Here
1148
1385
1149
    &.rule {
1386
    &.rule {
1150
        background-color: #F4F8F9;
1387
        background-color: #F4F8F9;
1151
        border: 2px solid #B9D8D9;
1388
        border: 2px solid #bfd9b9;
1152
        border-radius: 5px;
1389
        border-radius: 5px;
1153
        margin: .3em;
1390
        margin: .3em;
1154
        padding: .3em;
1391
        padding: .3em;
Lines 1281-1293 div { Link Here
1281
    }
1518
    }
1282
1519
1283
    .browse {
1520
    .browse {
1284
        margin: .5em 0;
1521
        margin: .5em 50px;
1522
        font-weight: bold;
1523
1524
        a {
1525
            color: #71B443;
1526
            font-weight: normal;
1527
1528
            &:hover, &:active {
1529
                font-weight: bold;
1530
                color: #418940;
1531
            }
1532
        }
1285
    }
1533
    }
1286
}
1534
}
1287
1535
1288
#reserves,
1536
#reserves,
1289
#checkouts {
1537
#checkouts {
1290
    border: 1px solid #B9D8D9;
1291
    padding: 1em;
1538
    padding: 1em;
1292
}
1539
}
1293
1540
Lines 1336-1383 dd { Link Here
1336
1583
1337
1584
1338
.patroninfo {
1585
.patroninfo {
1339
    margin-top: -.5em;
1586
    margin-right: .5em;
1587
    padding-top: 1em;
1588
    background-color: #e6e6e6;
1589
    left: -10px;
1590
    width: 100%;
1591
    padding-bottom: 25px;
1340
1592
1341
    h5 {
1593
    h5 {
1342
        border-right: 1px solid #B9D8D9;
1343
        margin-bottom: 0;
1594
        margin-bottom: 0;
1344
        padding-bottom: .5em;
1595
        padding: .5em .9em;
1345
        padding-left: 0em;
1596
        font-weight: bold;
1346
        padding-top: .5em;
1597
        color: #000;
1347
1598
1348
        &:empty {
1599
        &:empty {
1349
            border-right: 0;
1600
            border-right: 0;
1350
        }
1601
        }
1602
1603
        li {
1604
            &.patrondateofbirth {
1605
                font-size: 75%;
1606
                font-weight: normal;
1607
                list-style-type: none;
1608
                text-align: center;
1609
            }
1610
        }
1351
    }
1611
    }
1352
1612
1353
    ul {
1613
    ul {
1354
        border: 0;
1614
        border: 0;
1355
        border-bottom: 0;
1356
        border-right: 1px solid #B9D8D9;
1357
        border-top: 0;
1358
        margin: 0;
1615
        margin: 0;
1359
        padding: 0;
1616
        padding: 0 .9em;
1360
1617
1361
        li {
1618
        li {
1362
            list-style-type: none;
1619
            list-style-type: none;
1363
            margin: 0;
1620
            margin: 0;
1364
        }
1365
    }
1366
1621
1367
    + #menu {
1622
        }
1368
        margin-right: 0;
1369
    }
1623
    }
1370
1624
1371
    > div {
1625
    > div {
1372
        border-right: 1px solid #B9D8D9;
1373
        width: 100%;
1626
        width: 100%;
1374
    }
1627
    }
1375
1376
    &.is-staff {
1377
        h5 {
1378
            background-color: #EEE;
1379
        }
1380
    }
1381
}
1628
}
1382
1629
1383
.patroninfo-section {
1630
.patroninfo-section {
Lines 1390-1396 dd { Link Here
1390
}
1637
}
1391
1638
1392
.patroninfo-heading {
1639
.patroninfo-heading {
1393
    background-color: rgba(237, 244, 246, .4);
1394
    padding: .5em;
1640
    padding: .5em;
1395
    margin-bottom: .3em;
1641
    margin-bottom: .3em;
1396
    clear: both;
1642
    clear: both;
Lines 1455-1460 dd { Link Here
1455
    display: inline-block;
1701
    display: inline-block;
1456
}
1702
}
1457
1703
1704
#addColumn, #delColumn{
1705
    color: #71b443;
1706
    padding: .3em;
1707
    border: none;
1708
    background-color: transparent;
1709
    box-shadow: none;
1710
    font-size: 100%;
1711
1712
    &:hover{
1713
        text-decoration: underline;
1714
    }
1715
}
1716
1458
.patronviews {
1717
.patronviews {
1459
    border-right: 1px solid #000;
1718
    border-right: 1px solid #000;
1460
    border-top: 1px solid #000;
1719
    border-top: 1px solid #000;
Lines 1472-1480 dd { Link Here
1472
}
1731
}
1473
1732
1474
.dropdown-menu {
1733
.dropdown-menu {
1734
    background-color: #F3F4F4;
1475
    li {
1735
    li {
1476
        list-style-type: none;
1736
        list-style-type: none;
1737
1738
        a {
1739
            color: #000;
1740
1741
            &:hover {
1742
                background-color: #DADADA;
1743
                background-image: none;
1744
                color: #000;
1745
                text-decoration: none;
1746
            }
1747
        }
1477
    }
1748
    }
1749
1478
}
1750
}
1479
1751
1480
.rows {
1752
.rows {
Lines 1554-1560 i { Link Here
1554
    }
1826
    }
1555
1827
1556
    &.success {
1828
    &.success {
1557
        color: #008000;
1829
        color: #418940;
1558
    }
1830
    }
1559
1831
1560
    &.warn {
1832
    &.warn {
Lines 1564-1570 i { Link Here
1564
1836
1565
.circ-setting {
1837
.circ-setting {
1566
    font-size: 85%;
1838
    font-size: 85%;
1567
    padding-top: .3em;
1839
    padding-top: .9em;
1840
    padding-bottom: .9em;
1568
1841
1569
    input {
1842
    input {
1570
        vertical-align: middle;
1843
        vertical-align: middle;
Lines 1577-1585 i { Link Here
1577
}
1850
}
1578
1851
1579
.circ-settings {
1852
.circ-settings {
1580
    background-color: #F4F8F9;
1581
    border-radius: 0;
1853
    border-radius: 0;
1582
    border-top: 2px solid #B9D8D9;
1583
    display: none;
1854
    display: none;
1584
    margin-left: -1em;
1855
    margin-left: -1em;
1585
    margin-right: -1em;
1856
    margin-right: -1em;
Lines 1588-1594 i { Link Here
1588
}
1859
}
1589
1860
1590
#show-circ-settings {
1861
#show-circ-settings {
1591
    margin-top: .5em;
1862
    display: inline;
1863
    position: relative;
1864
    right: 25px;
1865
    opacity: .5;
1866
1867
    &:hover {
1868
        opacity: 1;
1869
    }
1870
1871
    a {
1872
        color: rgb(105, 105, 105);
1873
1874
        &:hover {
1875
            text-decoration: none;
1876
        }
1877
    }
1592
}
1878
}
1593
1879
1594
.checkin-active-setting {
1880
.checkin-active-setting {
Lines 1633-1643 i { Link Here
1633
}
1919
}
1634
1920
1635
.dialog {
1921
.dialog {
1636
    border: 1px solid #BCBCBC;
1637
    border-radius: 2px;
1922
    border-radius: 2px;
1638
    margin: 1em auto;
1923
    margin: 1em auto;
1639
    padding: .5em;
1924
    padding: .5em;
1640
    text-align: center;
1925
    text-align: center;
1926
    display: table;
1641
    width: 65%;
1927
    width: 65%;
1642
    max-width: 600px;
1928
    max-width: 600px;
1643
1929
Lines 1675-1683 i { Link Here
1675
1961
1676
    input {
1962
    input {
1677
        background-color: #FFFFFF;
1963
        background-color: #FFFFFF;
1678
        border: 1px solid #BCBCBC;
1679
        margin: .4em;
1964
        margin: .4em;
1680
        padding: .4em .4em .4em 25px;
1965
        padding: .4em;
1681
1966
1682
        &:hover {
1967
        &:hover {
1683
            background-color: #FFC;
1968
            background-color: #FFC;
Lines 1685-1690 i { Link Here
1685
1970
1686
        &[type="submit"] {
1971
        &[type="submit"] {
1687
            background: #FFF none;
1972
            background: #FFF none;
1973
1974
            &.approve {
1975
                background-color: #FEC32C;
1976
                color: #000;
1977
                text-shadow: 0 1px 0 #FFFFFF;
1978
                border: 0;
1979
                background-image: none;
1980
                margin-top: 5px;
1981
1982
                &:hover,
1983
                &:active,
1984
                &:focus {
1985
                    background-color: #fec22c9f;
1986
                }
1987
            }
1988
1989
            &.deny {
1990
                background-color: transparent;
1991
                color: #696969;
1992
                border: #696969 double 1px;
1993
                margin-top: 5px;
1994
                margin-left: 5px;
1995
1996
                display: inline-block;
1997
                margin-bottom: 0;
1998
                font-weight: normal;
1999
                text-align: center;
2000
                white-space: nowrap;
2001
                vertical-align: middle;
2002
                touch-action: manipulation;
2003
                cursor: pointer;
2004
                background-image: none;
2005
                padding: 6px 12px;
2006
                font-size: 12px;
2007
                line-height: 1.42857143;
2008
                border-radius: 4px;
2009
                user-select: none;
2010
2011
                &:hover {
2012
                    font-weight: bold;
2013
                    background-color: #F1F1F1;
2014
                    border: #696969 double 1px;
2015
                    text-decoration: none;
2016
                }
2017
            }
1688
        }
2018
        }
1689
2019
1690
        &.flatpickr-input {
2020
        &.flatpickr-input {
Lines 1716-1724 i { Link Here
1716
    }
2046
    }
1717
2047
1718
    &.message {
2048
    &.message {
1719
        background: linear-gradient(to bottom, #FFFFFF 0%, #F4F6FA 2%, #EAEEF5 23%, #E8EDF6 94%, #CDDBF2 100%);
2049
        color: #000000;
1720
        border: 1px solid #BCBCBC;
1721
        text-align: center;
2050
        text-align: center;
2051
        background-color: transparent;
2052
1722
2053
1723
        ul,
2054
        ul,
1724
        h5 {
2055
        h5 {
Lines 1733-1741 i { Link Here
1733
2064
1734
    &.alert,
2065
    &.alert,
1735
    &.error {
2066
    &.error {
1736
        background: linear-gradient(to bottom, #FEF8D3 0%, #FFEC91 9%, #FFED87 89%, #F9DC00 100%);
1737
        border: 1px solid #E0C726;
1738
        color: inherit;
2067
        color: inherit;
2068
        background-color: #FFFFFF;
1739
        text-align: center;
2069
        text-align: center;
1740
        text-shadow: none;
2070
        text-shadow: none;
1741
2071
Lines 1759-1767 i { Link Here
1759
2089
1760
.approve,
2090
.approve,
1761
.success {
2091
.success {
2092
    background-color: #FEC32C;
1762
    i {
2093
    i {
1763
        &.fa {
2094
        &.fa {
1764
            color: #008000;
2095
            color: #418940;
1765
        }
2096
        }
1766
    }
2097
    }
1767
}
2098
}
Lines 1810-1872 i { Link Here
1810
    font-style: italic;
2141
    font-style: italic;
1811
}
2142
}
1812
2143
1813
// style for bundled detail in catalogsearch
2144
// style for bundled detail in catalogsearch
1814
.bundled {
2145
.bundled {
1815
    display: block;
2146
    display: block;
1816
    font-style: italic;
2147
    font-style: italic;
1817
}
1818
1819
#menu {
1820
    border-right: 1px solid #B9D8D9;
1821
    margin-right: .5em;
1822
    padding-bottom: 2em;
1823
    padding-top: 1em;
1824
1825
    li {
1826
        a {
1827
            background: linear-gradient(to bottom, #E8F0F6 0%, #E8F0F6 96%, #C1C1C1 100%);
1828
            border: 1px solid #B9D8D9;
1829
            border-bottom-left-radius: 5px;
1830
            border-top-left-radius: 5px;
1831
            display: block;
1832
            font-size: 111%;
1833
            margin: .5em 0;
1834
            margin-right: -1px;
1835
            padding: .4em .3em;
1836
            text-decoration: none;
1837
1838
            &:hover {
1839
                background: linear-gradient(to bottom, #FAFAFA 0%, #FFFFFF 96%, #E6E6E6 97%, #CCCCCC 99%, #C1C1C1 100%);
1840
                border-bottom: 1px solid #85CA11;
1841
                border-left: 1px solid #85CA11;
1842
                border-top: 1px solid #85CA11;
1843
            }
1844
        }
1845
1846
        &.active {
1847
            a {
1848
                background-color: #FFFFFF;
1849
                background-image: none;
1850
                border-bottom: 1px solid #85CA11;
1851
                border-left: 1px solid #85CA11;
1852
                border-right: 0;
1853
                border-top: 1px solid #85CA11;
1854
                color: #000000;
1855
                font-weight: bold;
1856
1857
                &:hover {
1858
                    background-color: #FFFFFF;
1859
                    color: #538200;
1860
                }
1861
            }
1862
        }
1863
    }
1864
1865
    ul {
1866
        li {
1867
            list-style-type: none;
1868
        }
1869
    }
1870
}
2148
}
1871
2149
1872
#closewindow {
2150
#closewindow {
Lines 1879-1886 i { Link Here
1879
}
2157
}
1880
2158
1881
.barcode {
2159
.barcode {
1882
    font-size: 200%;
2160
    font-size: 100%;
1883
    vertical-align: middle;
2161
    vertical-align: middle;
2162
    font-style: italic;
2163
    width: 250px;
2164
    height: 30px;
2165
    padding-left: 5px;
2166
    padding-right: 30px;
2167
    border-radius: 0;
1884
}
2168
}
1885
2169
1886
li {
2170
li {
Lines 1951-1964 li { Link Here
1951
    }
2235
    }
1952
}
2236
}
1953
2237
2238
#catalogue_stats_wrapper, #tbl_cash_register_stats_wrapper, #resulttable_wrapper, #numberpatternst_wrapper {
2239
    background-color: #FFFFFF;
2240
    margin-top: 20px;
2241
    box-shadow: 8px 8px 12px rgba(170, 170, 170, .356);
2242
    padding: 20px;
2243
}
2244
1954
#searchresults {
2245
#searchresults {
2246
    background-color: #FFFFFF;
2247
    margin-top: 20px;
2248
    min-width: 100%;
2249
    width: fit-content;
2250
    padding: 20px;
2251
2252
    fieldset {
2253
        box-shadow: none;
2254
    }
2255
2256
    h3{
2257
        padding-bottom: .7em;
2258
        margin: 0;
2259
        color: #696969;
2260
    }
2261
1955
    td {
2262
    td {
2263
        border: 0;
2264
2265
2266
        button, a {
2267
            &.btn-default {
2268
                color: #71B443;
2269
                padding: .3em;
2270
                border: 0;
2271
                background-color: transparent;
2272
                border: 0;
2273
                box-shadow: none;
2274
                font-size: 100%;
2275
2276
                &:hover, &:active, &:focus, &:active:hover, &:active:focus {
2277
                    background-color: transparent;
2278
                    color: #71B443;
2279
                    text-decoration: underline;
2280
                }
2281
            }
2282
        }
2283
1956
        ul {
2284
        ul {
1957
            li {
2285
            li {
1958
                clear: left;
2286
                clear: left;
1959
                font-size: 90%;
2287
                font-size: 90%;
1960
                list-style: url("../img/item-bullet.svg");
2288
                list-style: url("../img/item-bullet.svg");
1961
                padding: .2em 0;
2289
                padding: .2em 0;
2290
                color: #000;
2291
                top: 100%;
1962
2292
1963
                &.result_itype_image {
2293
                &.result_itype_image {
1964
                    list-style: none;
2294
                    list-style: none;
Lines 1990-1995 li { Link Here
1990
    table {
2320
    table {
1991
        td {
2321
        td {
1992
            vertical-align: top;
2322
            vertical-align: top;
2323
            text-align: center;
1993
        }
2324
        }
1994
    }
2325
    }
1995
2326
Lines 2015-2029 li { Link Here
2015
            }
2346
            }
2016
        }
2347
        }
2017
    }
2348
    }
2349
2350
    .dropdown-menu {
2351
        background-color: #FFFFFF;
2352
        color: #000;
2353
        height: fit-content;
2354
        top: 100%;
2355
2356
        a {
2357
            color: #000;
2358
2359
            &:hover {
2360
                background-image: none;
2361
                color: #000;
2362
                text-decoration: underline;
2363
                background-color: #FFFFFF;
2364
            }
2365
        }
2366
    }
2018
}
2367
}
2019
2368
2020
.searchheader {
2369
.searchheader {
2021
    background-color: #E6F0F2;
2370
    background-color: transparent;
2022
    border: 1px solid #B9D8D9;
2371
    border: 1px solid #696969;
2023
    border-radius: 5px 5px 0 0;
2372
    border-radius: 5px 5px 5px 5px;
2024
    font-size: 80%;
2373
    font-size: 80%;
2025
    margin: 0 0 .5em -1px;
2374
    margin-top: .5em;
2026
    padding: .4em 0 .4em 1em;
2375
    margin-bottom: .5em;
2376
    padding: 5px;
2377
    width: 100%;
2378
    color: #696969;
2379
    display: block;
2027
2380
2028
    &.floating {
2381
    &.floating {
2029
        border-radius: 0;
2382
        border-radius: 0;
Lines 2076-2090 li { Link Here
2076
    margin-left: 1em;
2429
    margin-left: 1em;
2077
}
2430
}
2078
2431
2079
#search-facets {
2432
.mini-inp {
2080
    border: 1px solid #B9D8D9;
2433
    height: 12px;
2081
    border-radius: 5px 5px 0 0;
2434
    width: 30px;
2435
}
2436
2437
2082
2438
2439
#search-facets {
2083
    h4 {
2440
    h4 {
2084
        background-color: #E6F0F2;
2441
        background-color: #71B443;
2085
        border-bottom: 1px solid #B9D8D9;
2442
        border-bottom: 1px solid #71B443;
2086
        border-radius: 5px 5px 0 0;
2443
        border-radius: 4px 4px 0 0;
2087
        font-size: 90%;
2444
        font-size: 90%;
2445
        color: #FFFFFF;
2088
        margin: 0;
2446
        margin: 0;
2089
        padding: .4em .2em;
2447
        padding: .4em .2em;
2090
        text-align: center;
2448
        text-align: center;
Lines 2130-2136 li { Link Here
2130
}
2488
}
2131
2489
2132
#biblio-cover-slider {
2490
#biblio-cover-slider {
2133
    border: 1px solid #b9d8d9;
2491
    border: 1px solid #bfd9b9;
2134
    border-radius: 3px;
2492
    border-radius: 3px;
2135
    margin: 5px;
2493
    margin: 5px;
2136
    padding: 10px 5px 5px 5px;
2494
    padding: 10px 5px 5px 5px;
Lines 2181-2186 td { Link Here
2181
    }
2539
    }
2182
}
2540
}
2183
2541
2542
.highlight_toggle {
2543
    color: #71B443;
2544
    padding: .3em;
2545
    border: 0;
2546
    background-color: transparent;
2547
    border: 0;
2548
    box-shadow: none;
2549
    font-size: 100%;
2550
2551
    &:hover {
2552
        text-decoration: underline;
2553
    }
2554
}
2555
2556
2184
.cover-image {
2557
.cover-image {
2185
    display: none;
2558
    display: none;
2186
2559
Lines 2209-2214 td { Link Here
2209
#CheckPending {
2582
#CheckPending {
2210
    font-weight: normal;
2583
    font-weight: normal;
2211
    margin: 0 .5em 0 0;
2584
    margin: 0 .5em 0 0;
2585
    color: #71B443;
2212
}
2586
}
2213
2587
2214
.lost,
2588
.lost,
Lines 2332-2341 td.bundle { Link Here
2332
}
2706
}
2333
2707
2334
#cartDetails {
2708
#cartDetails {
2335
    background-color: #FFFFFF;
2709
    background-color: #352C2E;
2336
    border: 1px solid #739ACF;
2337
    box-shadow: 1px 1px 3px 0 #666;
2710
    box-shadow: 1px 1px 3px 0 #666;
2338
    color: #000;
2711
    color: #FFFFFF;
2339
    display: none;
2712
    display: none;
2340
    margin: 0;
2713
    margin: 0;
2341
    padding: 10px;
2714
    padding: 10px;
Lines 2345-2355 td.bundle { Link Here
2345
}
2718
}
2346
2719
2347
#cartmenulink {
2720
#cartmenulink {
2348
    padding-left: 15px;
2721
    position: relative;
2349
2722
    left: 0;
2350
    i.fa.fa-shopping-cart {
2723
    top: 0;
2351
        padding-right: 7px;
2352
    }
2353
}
2724
}
2354
2725
2355
#basketcount {
2726
#basketcount {
Lines 2408-2414 td.bundle { Link Here
2408
}
2779
}
2409
2780
2410
.container {
2781
.container {
2411
    border: 1px solid #EEE;
2412
    margin: 1em 0;
2782
    margin: 1em 0;
2413
    padding: 1em;
2783
    padding: 1em;
2414
}
2784
}
Lines 2500-2506 td.bundle { Link Here
2500
}
2870
}
2501
2871
2502
.advsearch {
2872
.advsearch {
2503
    margin: 0;
2873
    margin: 0 1em 1em 0;
2504
2874
2505
    table {
2875
    table {
2506
        border-collapse: separate;
2876
        border-collapse: separate;
Lines 2619-2631 td.bundle { Link Here
2619
// Override core jQueryUI widgets
2989
// Override core jQueryUI widgets
2620
.ui-widget-content {
2990
.ui-widget-content {
2621
    background: #FFFFFF none;
2991
    background: #FFFFFF none;
2622
    border: 1px solid #B9D8D9;
2992
    border-radius: 4px;
2993
    border: 3px solid #418940;
2623
    color: #222222;
2994
    color: #222222;
2624
}
2995
}
2625
2996
2626
.ui-widget-header {
2997
.ui-widget-header {
2627
    background: #E6F0F2 none;
2998
    background: #b5dbad none;
2628
    border: 1px solid #B9D8D9;
2999
    border: 1px solid #bfd9b9;
2629
    color: #222222;
3000
    color: #222222;
2630
    font-weight: bold;
3001
    font-weight: bold;
2631
}
3002
}
Lines 2633-2640 td.bundle { Link Here
2633
.ui-state-default,
3004
.ui-state-default,
2634
.ui-widget-content .ui-state-default,
3005
.ui-widget-content .ui-state-default,
2635
.ui-widget-header .ui-state-default {
3006
.ui-widget-header .ui-state-default {
2636
    background: #F4F8F9 none;
3007
    border: 1px solid #bfd9b9;
2637
    border: 1px solid #B9D8D9;
2638
    color: #555555;
3008
    color: #555555;
2639
    font-weight: normal;
3009
    font-weight: normal;
2640
}
3010
}
Lines 2645-2665 td.bundle { Link Here
2645
.ui-state-focus,
3015
.ui-state-focus,
2646
.ui-widget-content .ui-state-focus,
3016
.ui-widget-content .ui-state-focus,
2647
.ui-widget-header .ui-state-focus {
3017
.ui-widget-header .ui-state-focus {
2648
    background: #E6F0F2 none;
3018
    background: #cad8c6 none;
2649
    border: 1px solid #B9D8D9;
3019
    border: 1px solid #bfd9b9;
2650
    color: #212121;
3020
    color: #212121;
2651
    font-weight: normal;
3021
    font-weight: normal;
2652
}
3022
}
2653
3023
2654
// .ui-state-active,
2655
// .ui-widget-content .ui-state-active,
2656
// .ui-widget-header .ui-state-active {
2657
//     background: #FFFFFF none;
2658
//     border: 1px solid #AAAAAA;
2659
//     color: #212121;
2660
//     font-weight: normal;
2661
// }
2662
2663
.ui-state-highlight,
3024
.ui-state-highlight,
2664
.ui-widget-content .ui-state-highlight,
3025
.ui-widget-content .ui-state-highlight,
2665
.ui-widget-header .ui-state-highlight {
3026
.ui-widget-header .ui-state-highlight {
Lines 2688-2694 td.bundle { Link Here
2688
                padding: 3px 1em 3px .4em;
3049
                padding: 3px 1em 3px .4em;
2689
3050
2690
                &:hover {
3051
                &:hover {
2691
                    background: #E6F0F2 none;
3052
                    background: #e3f1df none;
2692
                    color: #212121;
3053
                    color: #212121;
2693
                    font-weight: normal;
3054
                    font-weight: normal;
2694
                }
3055
                }
Lines 2735-2778 td.bundle { Link Here
2735
    &.ui-widget-header {
3096
    &.ui-widget-header {
2736
        background: none;
3097
        background: none;
2737
        border: 0;
3098
        border: 0;
3099
        padding: .2em .9em 0 .9em;
2738
    }
3100
    }
2739
}
3101
}
2740
3102
2741
.ui-tabs {
3103
.ui-tabs {
3104
    .ui-tabs-panel {
3105
        background: #FFF none;
3106
        border-radius: 4px;
3107
        border: 3px solid #418940;
3108
3109
        fieldset {
3110
            box-shadow: none;
3111
        }
3112
    }
2742
    .ui-tabs-nav {
3113
    .ui-tabs-nav {
2743
        li {
3114
        li {
2744
            background: #E6F0F2 none;
3115
            background: #71B443;
2745
            border: 1px solid #B9D8D9;
3116
            border: 0;
2746
            margin-right: .4em;
3117
            margin-right: .4em;
2747
            top: 1px;
3118
            border-radius: 4px 4px 0 0;
2748
3119
2749
            &.ui-tabs-active {
3120
            &.ui-tabs-active, &.ui-state-hover {
2750
                background-color: #FFFFFF;
3121
                background-color: #418940;
2751
                border: 1px solid #B9D8D9;
3122
                border-radius: 4px 4px 0 0;
3123
                border: 0;
2752
                border-bottom-width: 0;
3124
                border-bottom-width: 0;
3125
                padding-bottom: 0;
2753
3126
2754
                a {
3127
                a {
2755
                    color: #000;
3128
                    color: #FFF;
2756
                    font-weight: bold;
2757
                }
3129
                }
2758
3130
2759
                &.ui-state-hover {
2760
                    background: #FFF none;
2761
                }
2762
            }
2763
3131
2764
            &.ui-state-default {
2765
                &.ui-state-hover {
2766
                    background: #EDF4F5 none;
2767
                }
2768
            }
3132
            }
2769
        }
3133
        }
2770
    }
3134
    }
2771
3135
2772
    .ui-tabs-panel {
2773
        border: 1px solid #B9D8D9;
2774
    }
2775
2776
    &.ui-widget-content {
3136
    &.ui-widget-content {
2777
        background: transparent none;
3137
        background: transparent none;
2778
        border: 0;
3138
        border: 0;
Lines 2780-2801 td.bundle { Link Here
2780
3140
2781
    .ui-state-default {
3141
    .ui-state-default {
2782
        a {
3142
        a {
2783
            color: #004D99;
3143
            color: #FFFFFF;
2784
3144
2785
            &:link,
3145
            &:link,
2786
            &:visited {
3146
            &:visited {
2787
                color: #004D99;
3147
                color: #FFFFFF;
2788
            }
3148
            }
2789
        }
3149
        }
2790
    }
3150
    }
2791
3151
2792
    .ui-state-hover {
3152
    .ui-state-hover {
2793
        a {
3153
        a {
2794
            color: #538200;
3154
            color: #418940;
2795
3155
2796
            &:link,
3156
            &:link,
2797
            &:visited {
3157
            &:visited {
2798
                color: #538200;
3158
                color: #418940;
2799
            }
3159
            }
2800
        }
3160
        }
2801
    }
3161
    }
Lines 2804-2828 td.bundle { Link Here
2804
3164
2805
.ui-widget {
3165
.ui-widget {
2806
    font-family: inherit;
3166
    font-family: inherit;
2807
    font-size: inherit;
2808
3167
2809
    input,
3168
    input,
2810
    select,
3169
    select,
2811
    textarea,
3170
    textarea,
2812
    button {
3171
    button {
2813
        font-family: inherit;
3172
        font-family: inherit;
2814
        font-size: inherit;
2815
    }
3173
    }
2816
}
3174
}
2817
3175
2818
.statictabs {
3176
.statictabs {
3177
3178
    background-color: #FFFFFF;
3179
    margin-top: 20px;
3180
    box-shadow: 8px 8px 12px rgba(170, 170, 170, .356);
3181
    padding: 20px;
3182
3183
    h3{
3184
        padding-bottom: .7em;
3185
        margin: 0;
3186
        color: #696969;
3187
    }
3188
3189
    td {
3190
        border: 0;
3191
3192
        ul {
3193
            li {
3194
                clear: left;
3195
                font-size: 90%;
3196
                list-style: url("../img/item-bullet.svg");
3197
                padding: .2em 0;
3198
3199
                &.result_itype_image {
3200
                    list-style: none;
3201
                    list-style-type: none;
3202
                }
3203
3204
                img {
3205
                    float: left;
3206
                    margin: 3px 5px 3px -5px;
3207
                    max-width: 25px;
3208
                }
3209
            }
3210
        }
3211
    }
3212
3213
    span {
3214
        &.status {
3215
            clear: left;
3216
            color: #900;
3217
            display: block;
3218
        }
3219
3220
        &.unavailable {
3221
            clear: left;
3222
            display: block;
3223
        }
3224
    }
3225
3226
2819
    > ul {
3227
    > ul {
2820
        background: none repeat scroll 0 0 transparent;
3228
        background: none repeat scroll 0 0 transparent;
2821
        border: 0 none;
3229
        border: 0 none;
2822
        border-bottom-left-radius: 4px;
2823
        border-bottom-right-radius: 4px;
2824
        border-top-left-radius: 4px;
2825
        border-top-right-radius: 4px;
2826
        color: #222222;
3230
        color: #222222;
2827
        font-size: 100%;
3231
        font-size: 100%;
2828
        font-weight: bold;
3232
        font-weight: bold;
Lines 2844-2855 td.bundle { Link Here
2844
        }
3248
        }
2845
3249
2846
        li {
3250
        li {
2847
            background: none repeat scroll 0 0 #E6F0F2;
2848
            border: 1px solid #B9D8D9;
2849
            border-bottom: 0 none;
2850
            border-top-left-radius: 4px;
3251
            border-top-left-radius: 4px;
2851
            border-top-right-radius: 4px;
3252
            border-top-right-radius: 4px;
2852
            color: #555555;
3253
            border-bottom-right-radius: 0;
3254
            border-bottom-left-radius: 0;
2853
            float: left;
3255
            float: left;
2854
            font-weight: normal;
3256
            font-weight: normal;
2855
            list-style: none outside none;
3257
            list-style: none outside none;
Lines 2859-2893 td.bundle { Link Here
2859
            position: relative;
3261
            position: relative;
2860
            top: 1px;
3262
            top: 1px;
2861
            white-space: nowrap;
3263
            white-space: nowrap;
3264
            background: #71B443;
2862
3265
2863
            &.active {
3266
            &.active, &:hover {
2864
                background-color: #FFFFFF;
2865
                color: #212121;
2866
                font-weight: normal;
3267
                font-weight: normal;
2867
                padding-bottom: 1px;
3268
                padding-bottom: 1px;
2868
3269
3270
                background-color: #418940;
3271
                border: 0;
3272
                border-bottom-width: 0;
3273
2869
                a {
3274
                a {
2870
                    background: none repeat scroll 0 0 transparent;
3275
                    background: none repeat scroll 0 0 transparent;
2871
                    color: #000000;
3276
                    color: #FFFFFF;
2872
                    cursor: text;
2873
                    font-weight: bold;
2874
                    outline: 0 none;
3277
                    outline: 0 none;
2875
                    top: 1px;
3278
                    top: 1px;
2876
                }
3279
                }
2877
            }
3280
            }
2878
3281
2879
            a {
3282
            a {
2880
                color: #004D99;
3283
                color: #FFFFFF;
2881
                cursor: pointer;
3284
                cursor: pointer;
2882
                float: left;
3285
                float: left;
2883
                padding: .5em 1em;
3286
                padding: .5em 1em;
2884
                text-decoration: none;
3287
                text-decoration: none;
2885
3288
2886
                &:hover {
3289
                &:hover {
2887
                    background-color: #EDF4F5;
2888
                    border-top-left-radius: 4px;
3290
                    border-top-left-radius: 4px;
2889
                    border-top-right-radius: 4px;
3291
                    border-top-right-radius: 4px;
2890
                    color: #538200;
2891
                }
3292
                }
2892
            }
3293
            }
2893
        }
3294
        }
Lines 2895-2903 td.bundle { Link Here
2895
3296
2896
    .tabs-container {
3297
    .tabs-container {
2897
        background: none repeat scroll 0 0 transparent;
3298
        background: none repeat scroll 0 0 transparent;
2898
        border: 1px solid #B9D8D9;
3299
        border: 3px solid #418940;
2899
        border-bottom-left-radius: 4px;
3300
        border-radius: 4px;
2900
        border-bottom-right-radius: 4px;
2901
        color: #222222;
3301
        color: #222222;
2902
        display: block;
3302
        display: block;
2903
        padding: 1em 1.4em;
3303
        padding: 1em 1.4em;
Lines 2908-2913 td.bundle { Link Here
2908
    margin-top: 5px;
3308
    margin-top: 5px;
2909
        .ui-tabs-panel {
3309
        .ui-tabs-panel {
2910
            background: #FFF none;
3310
            background: #FFF none;
3311
            border-radius: 4px;
3312
            border: 3px solid #418940;
3313
3314
            fieldset {
3315
                box-shadow: none;
3316
            }
2911
        }
3317
        }
2912
}
3318
}
2913
3319
Lines 3010-3016 td.bundle { Link Here
3010
}
3416
}
3011
3417
3012
.pluginname {
3418
.pluginname {
3013
    background-color: #E6F0F2;
3419
    background-color: #e3f1df;
3014
    cursor: move;
3420
    cursor: move;
3015
    margin: .3em;
3421
    margin: .3em;
3016
    padding-bottom: 4px;
3422
    padding-bottom: 4px;
Lines 3122-3145 nav { Link Here
3122
3528
3123
    .active {
3529
    .active {
3124
        a {
3530
        a {
3125
            background-color: #5A9EAA;
3531
            background-color: #6daa5a;
3126
            border-color: #5A9EAA;
3532
            border-color: #6daa5a;
3127
3533
3128
            &:hover,
3534
            &:hover,
3129
            &:focus {
3535
            &:focus {
3130
                background-color: #5A9EAA;
3536
                background-color: #6daa5a;
3131
                border-color: #5A9EAA;
3537
                border-color: #6daa5a;
3132
            }
3538
            }
3133
        }
3539
        }
3134
3540
3135
        span {
3541
        span {
3136
            background-color: #5A9EAA;
3542
            background-color: #6daa5a;
3137
            border-color: #5A9EAA;
3543
            border-color: #6daa5a;
3138
3544
3139
            &:hover,
3545
            &:hover,
3140
            &:focus {
3546
            &:focus {
3141
                background-color: #5A9EAA;
3547
                background-color: #6daa5a;
3142
                border-color: #5A9EAA;
3548
                border-color: #6daa5a;
3143
            }
3549
            }
3144
        }
3550
        }
3145
    }
3551
    }
Lines 3147-3159 nav { Link Here
3147
3553
3148
button,
3554
button,
3149
.btn {
3555
.btn {
3150
    border-color: #ADADAD #ADADAD #949494;
3556
    display: inline-block;
3557
    margin-bottom: 0;
3558
    font-weight: normal;
3559
    text-align: center;
3560
    white-space: nowrap;
3561
    vertical-align: middle;
3562
    touch-action: manipulation;
3563
    cursor: pointer;
3564
    background-image: none;
3565
    font-size: 12px;
3566
    line-height: 1.42857143;
3567
    border-radius: 4px;
3568
    user-select: none;
3151
3569
3152
    &.btn-link {
3570
    &.btn-link {
3153
        border: 0;
3571
        border: 0;
3154
    }
3572
    }
3155
}
3573
}
3156
3574
3575
#merge-patrons {
3576
    padding: 0 25px;
3577
}
3578
3579
#patronlist-menu {
3580
    padding: 0 25px;
3581
}
3582
3157
.btn-xs,
3583
.btn-xs,
3158
.btn-group-xs > .btn {
3584
.btn-group-xs > .btn {
3159
    font-size: 10.5px;
3585
    font-size: 10.5px;
Lines 3165-3170 button, Link Here
3165
.panel {
3591
.panel {
3166
    background: #F4F8F9 none;
3592
    background: #F4F8F9 none;
3167
    box-shadow: none;
3593
    box-shadow: none;
3594
3595
    &:hover {
3596
        background: #e3f1df none;
3597
    }
3168
}
3598
}
3169
3599
3170
.panel-collapse {
3600
.panel-collapse {
Lines 3187-3193 button, Link Here
3187
        }
3617
        }
3188
3618
3189
        &:hover {
3619
        &:hover {
3190
            background: #e6f0f2 none;
3620
            background: #e3f1df none;
3191
            border-bottom-left-radius: 0;
3621
            border-bottom-left-radius: 0;
3192
            border-bottom-right-radius: 0;
3622
            border-bottom-right-radius: 0;
3193
        }
3623
        }
Lines 3201-3207 button, Link Here
3201
            }
3631
            }
3202
3632
3203
            &:hover {
3633
            &:hover {
3204
                background: #e6f0f2 none;
3634
                background: #e3f1df none;
3205
                border-bottom-left-radius: 3px;
3635
                border-bottom-left-radius: 3px;
3206
                border-bottom-right-radius: 3px;
3636
                border-bottom-right-radius: 3px;
3207
            }
3637
            }
Lines 3210-3223 button, Link Here
3210
}
3640
}
3211
3641
3212
.panel-default {
3642
.panel-default {
3213
    border: 1px solid #B9D8D9;
3643
    border: 1px solid #bfd9b9;
3214
    > .panel-heading {
3644
    > .panel-heading {
3215
        background: transparent none;
3645
        background: transparent none;
3216
        padding: 0;
3646
        padding: 0;
3217
3647
3218
        + .panel-collapse {
3648
        + .panel-collapse {
3219
            > .panel-body {
3649
            > .panel-body {
3220
                border-top-color: #B9D8D9;
3650
                border-top-color: #bfd9b9;
3221
            }
3651
            }
3222
        }
3652
        }
3223
    }
3653
    }
Lines 3233-3239 button, Link Here
3233
3663
3234
#changelanguage {
3664
#changelanguage {
3235
    background: #FFF none;
3665
    background: #FFF none;
3236
    border-top: 1px solid #EEE;
3666
    border-top: 1px solid rgb(173, 173, 173);
3237
    min-height: $language-footer-min-height;
3667
    min-height: $language-footer-min-height;
3238
3668
3239
    .dropdown-menu {
3669
    .dropdown-menu {
Lines 3258-3263 button, Link Here
3258
        li {
3688
        li {
3259
            a {
3689
            a {
3260
                line-height: 20px;
3690
                line-height: 20px;
3691
                padding: .4em 15px;
3692
                color: #000;
3693
3694
                &:hover, &:active, &:focus{
3695
                    color: #418940;
3696
                    text-decoration: none;
3697
                }
3261
            }
3698
            }
3262
        }
3699
        }
3263
    }
3700
    }
Lines 3404-3410 label { Link Here
3404
3841
3405
    fieldset,
3842
    fieldset,
3406
    ol {
3843
    ol {
3407
        background-color: transparent;
3844
        background-color: #FFF;
3408
        border: 0;
3845
        border: 0;
3409
        margin: 0;
3846
        margin: 0;
3410
        padding: 0;
3847
        padding: 0;
Lines 3412-3418 label { Link Here
3412
}
3849
}
3413
3850
3414
.modal-content {
3851
.modal-content {
3415
    background-color: #EDF4F6;
3852
    background-color: rgb(211, 223, 204);
3853
3854
    fieldset {
3855
        box-shadow: none;
3856
    }
3416
}
3857
}
3417
3858
3418
.btn-group {
3859
.btn-group {
Lines 3454-3478 code { Link Here
3454
}
3895
}
3455
3896
3456
.tab-content {
3897
.tab-content {
3457
    background-color: #FFF;
3898
    border: 3px solid #418940;
3458
    border: 1px solid #B9D8D9;
3899
    border-radius: 4px;
3459
    border-top-width: 0;
3460
    padding: 1em;
3900
    padding: 1em;
3461
}
3901
}
3462
3902
3463
.nav-tabs {
3903
.nav-tabs {
3464
    > li {
3904
    > li {
3465
        > a {
3905
        > a {
3466
            background-color: #e6f0f2;
3906
            background-color: #71B443;
3467
            border: 1px solid #b9d8d9;
3907
            color: #FFFFFF;
3468
            border-radius: 4px 4px 0 0;
3469
            line-height: 1.42857143;
3908
            line-height: 1.42857143;
3470
            margin-right: .4em;
3909
            margin-right: .4em;
3471
            padding: .5em 1em;
3910
            padding: .5em 1em;
3472
3911
3473
            &:hover {
3912
            &:hover, &:focus, &:active {
3474
                background-color: #EEF4F5;
3913
                background-color: #418940;
3475
                border-color: #b9d8d9;
3914
                border-radius: 4px 4px 0 0;
3915
                border: 1px solid #418940;
3916
                padding: .5em 1em;
3917
                text-decoration: none;
3918
                color: #FFFFFF;
3476
            }
3919
            }
3477
        }
3920
        }
3478
3921
Lines 3480-3489 code { Link Here
3480
            a,
3923
            a,
3481
            a:hover,
3924
            a:hover,
3482
            a:focus {
3925
            a:focus {
3483
                background-color: #fff;
3926
                background-color: #418940;
3484
                border: 1px solid #b9d8d9;
3927
                border-radius: 4px 4px 0 0;
3485
                border-bottom-color: transparent;
3928
                color: #FFFFFF;
3486
                color: #000;
3487
                cursor: default;
3929
                cursor: default;
3488
                font-weight: bold;
3930
                font-weight: bold;
3489
            }
3931
            }
Lines 3538-3544 progress { Link Here
3538
    }
3980
    }
3539
3981
3540
    span {
3982
    span {
3541
        background-color: #EBF3FF;
3983
        background-color: #ecffeb;
3542
        border-radius: 5px;
3984
        border-radius: 5px;
3543
        display: inline-block;
3985
        display: inline-block;
3544
        font-size: 75%;
3986
        font-size: 75%;
Lines 3547-3553 progress { Link Here
3547
        white-space: nowrap;
3989
        white-space: nowrap;
3548
3990
3549
        &.selected {
3991
        &.selected {
3550
            background-color: #CCE0FC;
3992
            background-color: #d2fad0;
3551
        }
3993
        }
3552
    }
3994
    }
3553
}
3995
}
Lines 3601-3607 progress { Link Here
3601
4043
3602
#browse-return-to-results {
4044
#browse-return-to-results {
3603
    background-color: #E8F0F6;
4045
    background-color: #E8F0F6;
3604
    border: 1px solid #B9D8D9;
4046
    border: 1px solid #bfd9b9;
3605
    border-bottom-width: 0;
4047
    border-bottom-width: 0;
3606
    border-top-left-radius: 5px;
4048
    border-top-left-radius: 5px;
3607
    border-top-right-radius: 5px;
4049
    border-top-right-radius: 5px;
Lines 3612-3618 progress { Link Here
3612
4054
3613
.browse-button {
4055
.browse-button {
3614
    background-color: #FFF;
4056
    background-color: #FFF;
3615
    border: 1px solid #B9D8D9;
4057
    border: 1px solid #bfd9b9;
3616
    color: #004D99;
4058
    color: #004D99;
3617
    display: block;
4059
    display: block;
3618
    overflow: hidden;
4060
    overflow: hidden;
Lines 3744-3750 input.renew { Link Here
3744
4186
3745
.date-select {
4187
.date-select {
3746
    label {
4188
    label {
3747
        display: inline-block;
3748
        width: 40%;
4189
        width: 40%;
3749
    }
4190
    }
3750
}
4191
}
Lines 3760-3766 input.renew { Link Here
3760
#i18nMenu {
4201
#i18nMenu {
3761
    .navbar-text {
4202
    .navbar-text {
3762
        .currentlanguage {
4203
        .currentlanguage {
3763
            color: #000;
4204
            color: #418940;
3764
            font-weight: bold;
4205
            font-weight: bold;
3765
        }
4206
        }
3766
    }
4207
    }
Lines 3800-3806 input.renew { Link Here
3800
4241
3801
.branchgriditem {
4242
.branchgriditem {
3802
    background-color: #FFFFFF;
4243
    background-color: #FFFFFF;
3803
    border: 1px solid #B9D8D9;
4244
    border: 1px solid #bfd9b9;
3804
    border-radius: 3px;
4245
    border-radius: 3px;
3805
    display: table-cell;
4246
    display: table-cell;
3806
    float: left;
4247
    float: left;
Lines 3827-3833 input.renew { Link Here
3827
4268
3828
#new_rule {
4269
#new_rule {
3829
    background-color: #F4F8F9;
4270
    background-color: #F4F8F9;
3830
    border: 2px solid #B9D8D9;
4271
    border: 2px solid #bfd9b9;
3831
    border-radius: 5px;
4272
    border-radius: 5px;
3832
    display: none;
4273
    display: none;
3833
    margin: .3em;
4274
    margin: .3em;
Lines 3888-3894 input.renew { Link Here
3888
}
4329
}
3889
4330
3890
#fixedlengthbuilderaction {
4331
#fixedlengthbuilderaction {
3891
    border: 3px solid #E6F0F2;
4332
    border: 3px solid #e3f1df;
3892
    left: 80%;
4333
    left: 80%;
3893
    padding: 5px;
4334
    padding: 5px;
3894
    position: relative;
4335
    position: relative;
Lines 4074-4080 input.renew { Link Here
4074
    padding: 5px 7px;
4515
    padding: 5px 7px;
4075
    margin: 3px 0 3px 0;
4516
    margin: 3px 0 3px 0;
4076
    border-radius: 5px;
4517
    border-radius: 5px;
4077
    background-color: rgba(0, 0, 0, 0.1);
4518
    background-color: rgba(0, 0, 0, .1);
4078
}
4519
}
4079
4520
4080
#restriction_form {
4521
#restriction_form {
Lines 4177-4244 input.renew { Link Here
4177
    }
4618
    }
4178
}
4619
}
4179
4620
4180
#lastborrower-window {
4181
    display: none;
4182
    background-image: linear-gradient(to left, #418940, #71B443);
4183
    box-shadow: 1px 1px 1px 0 #999;
4184
    color: #FFFFFF;
4185
    padding: .2em;
4186
    border-radius: 5px 5px 5px 5px;
4187
4188
    > * {
4189
        padding: 0 .4em;
4190
    }
4191
}
4192
4193
#lastborrower-remove {
4194
    cursor: pointer;
4195
    border-left: 1px solid #fff;
4196
}
4197
4198
#lastborrowerlink {
4199
    color: #FFFFFF;
4200
}
4201
4202
/* ==== MODULE LINKS - Start ==== */
4621
/* ==== MODULE LINKS - Start ==== */
4203
.buttons-list {
4622
.buttons-list {
4204
    // List containing the module links
4623
    /* List containing the module links */
4205
    margin-bottom: 30px;
4624
    margin: 30px 0;
4206
    padding: 0;
4625
    padding: 0;
4626
    margin-left: 15px;
4207
4627
4208
    li {
4628
    li {
4209
        // Standard attributes for the list elements
4629
        /* Standard attributes for the list elements */
4210
        list-style-type: none;
4630
        list-style-type: none;
4211
4631
        display: table;
4212
        a {
4632
        margin-bottom: 15px;
4213
            &.circ-button {
4214
                // Class used for each module link
4215
                background-color: #F4F8F9;
4216
                background-position: 5px 3px;
4217
                background-repeat: no-repeat;
4218
                border: 2px solid #B9D8D9;
4219
                border-radius: 6px;
4220
                box-sizing: content-box;
4221
                color: #000000;
4222
                display: block;
4223
                font-size: 110%;
4224
                font-weight: bold;
4225
                margin: .5em 0;
4226
                max-width: 260px;
4227
                padding: 8px;
4228
                text-decoration: none;
4229
4230
                &:hover {
4231
                    // Class used for each module link hover state
4232
                    border-color: #538200;
4233
                    color: #538200;
4234
                }
4235
            }
4236
        }
4237
    }
4633
    }
4238
}
4634
}
4239
4635
4240
.about h2 {
4636
.about h2 {
4241
    border-bottom: 1px solid #B9D8D9;
4637
    border-bottom: 1px solid #bfd9b9;
4242
    padding: .5em .2em;
4638
    padding: .5em .2em;
4243
    margin:  .5em 0;
4639
    margin:  .5em 0;
4244
}
4640
}
Lines 4258-4284 input.renew { Link Here
4258
    column-gap: 2em;
4654
    column-gap: 2em;
4259
}
4655
}
4260
4656
4261
// ==== MODULE LINKS - End ====
4657
/* ==== MODULE LINKS - End ==== */
4262
4658
4263
#catalog-search-link {
4659
#catalog-search-link a {
4264
    border-right: 1px solid lighten( #E6F0F2, 15% );
4660
    padding-right: .2em;
4265
    padding-right: .3em;
4266
}
4661
}
4267
4662
4268
#catalog-search-dropdown {
4663
#catalog-search-dropdown a.dropdown-toggle {
4269
    padding: 0;
4664
    padding-left: .2em;
4270
4271
    & > a {
4272
        border-left: 1px solid darken( #B4D2D8, 5% );
4273
        margin-right: .6em;
4274
        padding: .4em .6em;
4275
4276
        &:hover,
4277
        &.catalog-search-dropdown-hover {
4278
            background-color: darken( #E6F0F2, 5% );
4279
            border-left: 1px solid darken( #B4D2D8, 15% );
4280
        }
4281
    }
4282
}
4665
}
4283
4666
4284
#tools_holidays {
4667
#tools_holidays {
Lines 4418-4424 div .suggestion_note { Link Here
4418
}
4801
}
4419
4802
4420
.currentlibrary {
4803
.currentlibrary {
4421
    background-color: #E6FCB7;
4422
    display: inline-block;
4804
    display: inline-block;
4423
    padding: 2px 4px;
4805
    padding: 2px 4px;
4424
}
4806
}
Lines 4526-4532 div .suggestion_note { Link Here
4526
4908
4527
        .open {
4909
        .open {
4528
            .dropdown-menu {
4910
            .dropdown-menu {
4529
                background-color: #FFF;
4911
                background-color: #352C2E;
4530
                border: 1px solid #ccc;
4912
                border: 1px solid #ccc;
4531
                position: absolute;
4913
                position: absolute;
4532
            }
4914
            }
Lines 4542-4549 div .suggestion_note { Link Here
4542
            padding-left: 1.5em;
4924
            padding-left: 1.5em;
4543
4925
4544
            &:hover {
4926
            &:hover {
4545
                background-color: #0070A9;
4927
                text-decoration: underline;
4546
                color: #FFF;
4928
                color: #FFF;
4929
                background-color: #352C2E;
4930
                background-image: none;
4547
            }
4931
            }
4548
        }
4932
        }
4549
4933
Lines 4552-4558 div .suggestion_note { Link Here
4552
            box-shadow: unset;
4936
            box-shadow: unset;
4553
            float: none;
4937
            float: none;
4554
            left: auto;
4938
            left: auto;
4555
            position: relative;
4939
            position: initial;
4556
            right: auto;
4940
            right: auto;
4557
4941
4558
            &.dropdown-menu {
4942
            &.dropdown-menu {
Lines 4560-4577 div .suggestion_note { Link Here
4560
            }
4944
            }
4561
        }
4945
        }
4562
4946
4563
        .dropdown-menu {
4564
            li {
4565
                a {
4566
                    color: #004D99;
4567
4568
                    &:hover {
4569
                        color: #FFF;
4570
                    }
4571
                }
4572
            }
4573
        }
4574
4575
        .dropdown-toggle {
4947
        .dropdown-toggle {
4576
            display: none;
4948
            display: none;
4577
        }
4949
        }
4578
- 

Return to bug 30952