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 1992-1997 li { Link Here
1992
2322
1993
        td {
2323
        td {
1994
            vertical-align: top;
2324
            vertical-align: top;
2325
            text-align: center;
1995
        }
2326
        }
1996
    }
2327
    }
1997
2328
Lines 2017-2031 li { Link Here
2017
            }
2348
            }
2018
        }
2349
        }
2019
    }
2350
    }
2351
2352
    .dropdown-menu {
2353
        background-color: #FFFFFF;
2354
        color: #000;
2355
        height: fit-content;
2356
        top: 100%;
2357
2358
        a {
2359
            color: #000;
2360
2361
            &:hover {
2362
                background-image: none;
2363
                color: #000;
2364
                text-decoration: underline;
2365
                background-color: #FFFFFF;
2366
            }
2367
        }
2368
    }
2020
}
2369
}
2021
2370
2022
.searchheader {
2371
.searchheader {
2023
    background-color: #E6F0F2;
2372
    background-color: transparent;
2024
    border: 1px solid #B9D8D9;
2373
    border: 1px solid #696969;
2025
    border-radius: 5px 5px 0 0;
2374
    border-radius: 5px 5px 5px 5px;
2026
    font-size: 80%;
2375
    font-size: 80%;
2027
    margin: 0 0 .5em -1px;
2376
    margin-top: .5em;
2028
    padding: .4em 0 .4em 1em;
2377
    margin-bottom: .5em;
2378
    padding: 5px;
2379
    width: 100%;
2380
    color: #696969;
2381
    display: block;
2029
2382
2030
    &.floating {
2383
    &.floating {
2031
        border-radius: 0;
2384
        border-radius: 0;
Lines 2078-2092 li { Link Here
2078
    margin-left: 1em;
2431
    margin-left: 1em;
2079
}
2432
}
2080
2433
2081
#search-facets {
2434
.mini-inp {
2082
    border: 1px solid #B9D8D9;
2435
    height: 12px;
2083
    border-radius: 5px 5px 0 0;
2436
    width: 30px;
2437
}
2438
2439
2084
2440
2441
#search-facets {
2085
    h4 {
2442
    h4 {
2086
        background-color: #E6F0F2;
2443
        background-color: #71B443;
2087
        border-bottom: 1px solid #B9D8D9;
2444
        border-bottom: 1px solid #71B443;
2088
        border-radius: 5px 5px 0 0;
2445
        border-radius: 4px 4px 0 0;
2089
        font-size: 90%;
2446
        font-size: 90%;
2447
        color: #FFFFFF;
2090
        margin: 0;
2448
        margin: 0;
2091
        padding: .4em .2em;
2449
        padding: .4em .2em;
2092
        text-align: center;
2450
        text-align: center;
Lines 2132-2138 li { Link Here
2132
}
2490
}
2133
2491
2134
#biblio-cover-slider {
2492
#biblio-cover-slider {
2135
    border: 1px solid #b9d8d9;
2493
    border: 1px solid #bfd9b9;
2136
    border-radius: 3px;
2494
    border-radius: 3px;
2137
    margin: 5px;
2495
    margin: 5px;
2138
    padding: 10px 5px 5px 5px;
2496
    padding: 10px 5px 5px 5px;
Lines 2183-2188 td { Link Here
2183
    }
2541
    }
2184
}
2542
}
2185
2543
2544
.highlight_toggle {
2545
    color: #71B443;
2546
    padding: .3em;
2547
    border: 0;
2548
    background-color: transparent;
2549
    border: 0;
2550
    box-shadow: none;
2551
    font-size: 100%;
2552
2553
    &:hover {
2554
        text-decoration: underline;
2555
    }
2556
}
2557
2558
2186
.cover-image {
2559
.cover-image {
2187
    display: none;
2560
    display: none;
2188
2561
Lines 2211-2216 td { Link Here
2211
#CheckPending {
2584
#CheckPending {
2212
    font-weight: normal;
2585
    font-weight: normal;
2213
    margin: 0 .5em 0 0;
2586
    margin: 0 .5em 0 0;
2587
    color: #71B443;
2214
}
2588
}
2215
2589
2216
.lost,
2590
.lost,
Lines 2334-2343 td.bundle { Link Here
2334
}
2708
}
2335
2709
2336
#cartDetails {
2710
#cartDetails {
2337
    background-color: #FFFFFF;
2711
    background-color: #352C2E;
2338
    border: 1px solid #739ACF;
2339
    box-shadow: 1px 1px 3px 0 #666;
2712
    box-shadow: 1px 1px 3px 0 #666;
2340
    color: #000;
2713
    color: #FFFFFF;
2341
    display: none;
2714
    display: none;
2342
    margin: 0;
2715
    margin: 0;
2343
    padding: 10px;
2716
    padding: 10px;
Lines 2347-2357 td.bundle { Link Here
2347
}
2720
}
2348
2721
2349
#cartmenulink {
2722
#cartmenulink {
2350
    padding-left: 15px;
2723
    position: relative;
2351
2724
    left: 0;
2352
    i.fa.fa-shopping-cart {
2725
    top: 0;
2353
        padding-right: 7px;
2354
    }
2355
}
2726
}
2356
2727
2357
#basketcount {
2728
#basketcount {
Lines 2410-2416 td.bundle { Link Here
2410
}
2781
}
2411
2782
2412
.container {
2783
.container {
2413
    border: 1px solid #EEE;
2414
    margin: 1em 0;
2784
    margin: 1em 0;
2415
    padding: 1em;
2785
    padding: 1em;
2416
}
2786
}
Lines 2502-2508 td.bundle { Link Here
2502
}
2872
}
2503
2873
2504
.advsearch {
2874
.advsearch {
2505
    margin: 0;
2875
    margin: 0 1em 1em 0;
2506
2876
2507
    table {
2877
    table {
2508
        border-collapse: separate;
2878
        border-collapse: separate;
Lines 2621-2633 td.bundle { Link Here
2621
// Override core jQueryUI widgets
2991
// Override core jQueryUI widgets
2622
.ui-widget-content {
2992
.ui-widget-content {
2623
    background: #FFFFFF none;
2993
    background: #FFFFFF none;
2624
    border: 1px solid #B9D8D9;
2994
    border-radius: 4px;
2995
    border: 3px solid #418940;
2625
    color: #222222;
2996
    color: #222222;
2626
}
2997
}
2627
2998
2628
.ui-widget-header {
2999
.ui-widget-header {
2629
    background: #E6F0F2 none;
3000
    background: #b5dbad none;
2630
    border: 1px solid #B9D8D9;
3001
    border: 1px solid #bfd9b9;
2631
    color: #222222;
3002
    color: #222222;
2632
    font-weight: bold;
3003
    font-weight: bold;
2633
}
3004
}
Lines 2635-2642 td.bundle { Link Here
2635
.ui-state-default,
3006
.ui-state-default,
2636
.ui-widget-content .ui-state-default,
3007
.ui-widget-content .ui-state-default,
2637
.ui-widget-header .ui-state-default {
3008
.ui-widget-header .ui-state-default {
2638
    background: #F4F8F9 none;
3009
    border: 1px solid #bfd9b9;
2639
    border: 1px solid #B9D8D9;
2640
    color: #555555;
3010
    color: #555555;
2641
    font-weight: normal;
3011
    font-weight: normal;
2642
}
3012
}
Lines 2647-2667 td.bundle { Link Here
2647
.ui-state-focus,
3017
.ui-state-focus,
2648
.ui-widget-content .ui-state-focus,
3018
.ui-widget-content .ui-state-focus,
2649
.ui-widget-header .ui-state-focus {
3019
.ui-widget-header .ui-state-focus {
2650
    background: #E6F0F2 none;
3020
    background: #cad8c6 none;
2651
    border: 1px solid #B9D8D9;
3021
    border: 1px solid #bfd9b9;
2652
    color: #212121;
3022
    color: #212121;
2653
    font-weight: normal;
3023
    font-weight: normal;
2654
}
3024
}
2655
3025
2656
// .ui-state-active,
2657
// .ui-widget-content .ui-state-active,
2658
// .ui-widget-header .ui-state-active {
2659
//     background: #FFFFFF none;
2660
//     border: 1px solid #AAAAAA;
2661
//     color: #212121;
2662
//     font-weight: normal;
2663
// }
2664
2665
.ui-state-highlight,
3026
.ui-state-highlight,
2666
.ui-widget-content .ui-state-highlight,
3027
.ui-widget-content .ui-state-highlight,
2667
.ui-widget-header .ui-state-highlight {
3028
.ui-widget-header .ui-state-highlight {
Lines 2690-2696 td.bundle { Link Here
2690
                padding: 3px 1em 3px .4em;
3051
                padding: 3px 1em 3px .4em;
2691
3052
2692
                &:hover {
3053
                &:hover {
2693
                    background: #E6F0F2 none;
3054
                    background: #e3f1df none;
2694
                    color: #212121;
3055
                    color: #212121;
2695
                    font-weight: normal;
3056
                    font-weight: normal;
2696
                }
3057
                }
Lines 2737-2780 td.bundle { Link Here
2737
    &.ui-widget-header {
3098
    &.ui-widget-header {
2738
        background: none;
3099
        background: none;
2739
        border: 0;
3100
        border: 0;
3101
        padding: .2em .9em 0 .9em;
2740
    }
3102
    }
2741
}
3103
}
2742
3104
2743
.ui-tabs {
3105
.ui-tabs {
3106
    .ui-tabs-panel {
3107
        background: #FFF none;
3108
        border-radius: 4px;
3109
        border: 3px solid #418940;
3110
3111
        fieldset {
3112
            box-shadow: none;
3113
        }
3114
    }
2744
    .ui-tabs-nav {
3115
    .ui-tabs-nav {
2745
        li {
3116
        li {
2746
            background: #E6F0F2 none;
3117
            background: #71B443;
2747
            border: 1px solid #B9D8D9;
3118
            border: 0;
2748
            margin-right: .4em;
3119
            margin-right: .4em;
2749
            top: 1px;
3120
            border-radius: 4px 4px 0 0;
2750
3121
2751
            &.ui-tabs-active {
3122
            &.ui-tabs-active, &.ui-state-hover {
2752
                background-color: #FFFFFF;
3123
                background-color: #418940;
2753
                border: 1px solid #B9D8D9;
3124
                border-radius: 4px 4px 0 0;
3125
                border: 0;
2754
                border-bottom-width: 0;
3126
                border-bottom-width: 0;
3127
                padding-bottom: 0;
2755
3128
2756
                a {
3129
                a {
2757
                    color: #000;
3130
                    color: #FFF;
2758
                    font-weight: bold;
2759
                }
3131
                }
2760
3132
2761
                &.ui-state-hover {
2762
                    background: #FFF none;
2763
                }
2764
            }
2765
3133
2766
            &.ui-state-default {
2767
                &.ui-state-hover {
2768
                    background: #EDF4F5 none;
2769
                }
2770
            }
3134
            }
2771
        }
3135
        }
2772
    }
3136
    }
2773
3137
2774
    .ui-tabs-panel {
2775
        border: 1px solid #B9D8D9;
2776
    }
2777
2778
    &.ui-widget-content {
3138
    &.ui-widget-content {
2779
        background: transparent none;
3139
        background: transparent none;
2780
        border: 0;
3140
        border: 0;
Lines 2782-2803 td.bundle { Link Here
2782
3142
2783
    .ui-state-default {
3143
    .ui-state-default {
2784
        a {
3144
        a {
2785
            color: #004D99;
3145
            color: #FFFFFF;
2786
3146
2787
            &:link,
3147
            &:link,
2788
            &:visited {
3148
            &:visited {
2789
                color: #004D99;
3149
                color: #FFFFFF;
2790
            }
3150
            }
2791
        }
3151
        }
2792
    }
3152
    }
2793
3153
2794
    .ui-state-hover {
3154
    .ui-state-hover {
2795
        a {
3155
        a {
2796
            color: #538200;
3156
            color: #418940;
2797
3157
2798
            &:link,
3158
            &:link,
2799
            &:visited {
3159
            &:visited {
2800
                color: #538200;
3160
                color: #418940;
2801
            }
3161
            }
2802
        }
3162
        }
2803
    }
3163
    }
Lines 2806-2830 td.bundle { Link Here
2806
3166
2807
.ui-widget {
3167
.ui-widget {
2808
    font-family: inherit;
3168
    font-family: inherit;
2809
    font-size: inherit;
2810
3169
2811
    input,
3170
    input,
2812
    select,
3171
    select,
2813
    textarea,
3172
    textarea,
2814
    button {
3173
    button {
2815
        font-family: inherit;
3174
        font-family: inherit;
2816
        font-size: inherit;
2817
    }
3175
    }
2818
}
3176
}
2819
3177
2820
.statictabs {
3178
.statictabs {
3179
3180
    background-color: #FFFFFF;
3181
    margin-top: 20px;
3182
    box-shadow: 8px 8px 12px rgba(170, 170, 170, .356);
3183
    padding: 20px;
3184
3185
    h3{
3186
        padding-bottom: .7em;
3187
        margin: 0;
3188
        color: #696969;
3189
    }
3190
3191
    td {
3192
        border: 0;
3193
3194
        ul {
3195
            li {
3196
                clear: left;
3197
                font-size: 90%;
3198
                list-style: url("../img/item-bullet.svg");
3199
                padding: .2em 0;
3200
3201
                &.result_itype_image {
3202
                    list-style: none;
3203
                    list-style-type: none;
3204
                }
3205
3206
                img {
3207
                    float: left;
3208
                    margin: 3px 5px 3px -5px;
3209
                    max-width: 25px;
3210
                }
3211
            }
3212
        }
3213
    }
3214
3215
    span {
3216
        &.status {
3217
            clear: left;
3218
            color: #900;
3219
            display: block;
3220
        }
3221
3222
        &.unavailable {
3223
            clear: left;
3224
            display: block;
3225
        }
3226
    }
3227
3228
2821
    > ul {
3229
    > ul {
2822
        background: none repeat scroll 0 0 transparent;
3230
        background: none repeat scroll 0 0 transparent;
2823
        border: 0 none;
3231
        border: 0 none;
2824
        border-bottom-left-radius: 4px;
2825
        border-bottom-right-radius: 4px;
2826
        border-top-left-radius: 4px;
2827
        border-top-right-radius: 4px;
2828
        color: #222222;
3232
        color: #222222;
2829
        font-size: 100%;
3233
        font-size: 100%;
2830
        font-weight: bold;
3234
        font-weight: bold;
Lines 2846-2857 td.bundle { Link Here
2846
        }
3250
        }
2847
3251
2848
        li {
3252
        li {
2849
            background: none repeat scroll 0 0 #E6F0F2;
2850
            border: 1px solid #B9D8D9;
2851
            border-bottom: 0 none;
2852
            border-top-left-radius: 4px;
3253
            border-top-left-radius: 4px;
2853
            border-top-right-radius: 4px;
3254
            border-top-right-radius: 4px;
2854
            color: #555555;
3255
            border-bottom-right-radius: 0;
3256
            border-bottom-left-radius: 0;
2855
            float: left;
3257
            float: left;
2856
            font-weight: normal;
3258
            font-weight: normal;
2857
            list-style: none outside none;
3259
            list-style: none outside none;
Lines 2861-2895 td.bundle { Link Here
2861
            position: relative;
3263
            position: relative;
2862
            top: 1px;
3264
            top: 1px;
2863
            white-space: nowrap;
3265
            white-space: nowrap;
3266
            background: #71B443;
2864
3267
2865
            &.active {
3268
            &.active, &:hover {
2866
                background-color: #FFFFFF;
2867
                color: #212121;
2868
                font-weight: normal;
3269
                font-weight: normal;
2869
                padding-bottom: 1px;
3270
                padding-bottom: 1px;
2870
3271
3272
                background-color: #418940;
3273
                border: 0;
3274
                border-bottom-width: 0;
3275
2871
                a {
3276
                a {
2872
                    background: none repeat scroll 0 0 transparent;
3277
                    background: none repeat scroll 0 0 transparent;
2873
                    color: #000000;
3278
                    color: #FFFFFF;
2874
                    cursor: text;
2875
                    font-weight: bold;
2876
                    outline: 0 none;
3279
                    outline: 0 none;
2877
                    top: 1px;
3280
                    top: 1px;
2878
                }
3281
                }
2879
            }
3282
            }
2880
3283
2881
            a {
3284
            a {
2882
                color: #004D99;
3285
                color: #FFFFFF;
2883
                cursor: pointer;
3286
                cursor: pointer;
2884
                float: left;
3287
                float: left;
2885
                padding: .5em 1em;
3288
                padding: .5em 1em;
2886
                text-decoration: none;
3289
                text-decoration: none;
2887
3290
2888
                &:hover {
3291
                &:hover {
2889
                    background-color: #EDF4F5;
2890
                    border-top-left-radius: 4px;
3292
                    border-top-left-radius: 4px;
2891
                    border-top-right-radius: 4px;
3293
                    border-top-right-radius: 4px;
2892
                    color: #538200;
2893
                }
3294
                }
2894
            }
3295
            }
2895
        }
3296
        }
Lines 2897-2905 td.bundle { Link Here
2897
3298
2898
    .tabs-container {
3299
    .tabs-container {
2899
        background: none repeat scroll 0 0 transparent;
3300
        background: none repeat scroll 0 0 transparent;
2900
        border: 1px solid #B9D8D9;
3301
        border: 3px solid #418940;
2901
        border-bottom-left-radius: 4px;
3302
        border-radius: 4px;
2902
        border-bottom-right-radius: 4px;
2903
        color: #222222;
3303
        color: #222222;
2904
        display: block;
3304
        display: block;
2905
        padding: 1em 1.4em;
3305
        padding: 1em 1.4em;
Lines 2910-2915 td.bundle { Link Here
2910
    margin-top: 5px;
3310
    margin-top: 5px;
2911
        .ui-tabs-panel {
3311
        .ui-tabs-panel {
2912
            background: #FFF none;
3312
            background: #FFF none;
3313
            border-radius: 4px;
3314
            border: 3px solid #418940;
3315
3316
            fieldset {
3317
                box-shadow: none;
3318
            }
2913
        }
3319
        }
2914
}
3320
}
2915
3321
Lines 3012-3018 td.bundle { Link Here
3012
}
3418
}
3013
3419
3014
.pluginname {
3420
.pluginname {
3015
    background-color: #E6F0F2;
3421
    background-color: #e3f1df;
3016
    cursor: move;
3422
    cursor: move;
3017
    margin: .3em;
3423
    margin: .3em;
3018
    padding-bottom: 4px;
3424
    padding-bottom: 4px;
Lines 3124-3147 nav { Link Here
3124
3530
3125
    .active {
3531
    .active {
3126
        a {
3532
        a {
3127
            background-color: #5A9EAA;
3533
            background-color: #6daa5a;
3128
            border-color: #5A9EAA;
3534
            border-color: #6daa5a;
3129
3535
3130
            &:hover,
3536
            &:hover,
3131
            &:focus {
3537
            &:focus {
3132
                background-color: #5A9EAA;
3538
                background-color: #6daa5a;
3133
                border-color: #5A9EAA;
3539
                border-color: #6daa5a;
3134
            }
3540
            }
3135
        }
3541
        }
3136
3542
3137
        span {
3543
        span {
3138
            background-color: #5A9EAA;
3544
            background-color: #6daa5a;
3139
            border-color: #5A9EAA;
3545
            border-color: #6daa5a;
3140
3546
3141
            &:hover,
3547
            &:hover,
3142
            &:focus {
3548
            &:focus {
3143
                background-color: #5A9EAA;
3549
                background-color: #6daa5a;
3144
                border-color: #5A9EAA;
3550
                border-color: #6daa5a;
3145
            }
3551
            }
3146
        }
3552
        }
3147
    }
3553
    }
Lines 3149-3161 nav { Link Here
3149
3555
3150
button,
3556
button,
3151
.btn {
3557
.btn {
3152
    border-color: #ADADAD #ADADAD #949494;
3558
    display: inline-block;
3559
    margin-bottom: 0;
3560
    font-weight: normal;
3561
    text-align: center;
3562
    white-space: nowrap;
3563
    vertical-align: middle;
3564
    touch-action: manipulation;
3565
    cursor: pointer;
3566
    background-image: none;
3567
    font-size: 12px;
3568
    line-height: 1.42857143;
3569
    border-radius: 4px;
3570
    user-select: none;
3153
3571
3154
    &.btn-link {
3572
    &.btn-link {
3155
        border: 0;
3573
        border: 0;
3156
    }
3574
    }
3157
}
3575
}
3158
3576
3577
#merge-patrons {
3578
    padding: 0 25px;
3579
}
3580
3581
#patronlist-menu {
3582
    padding: 0 25px;
3583
}
3584
3159
.btn-xs,
3585
.btn-xs,
3160
.btn-group-xs > .btn {
3586
.btn-group-xs > .btn {
3161
    font-size: 10.5px;
3587
    font-size: 10.5px;
Lines 3167-3172 button, Link Here
3167
.panel {
3593
.panel {
3168
    background: #F4F8F9 none;
3594
    background: #F4F8F9 none;
3169
    box-shadow: none;
3595
    box-shadow: none;
3596
3597
    &:hover {
3598
        background: #e3f1df none;
3599
    }
3170
}
3600
}
3171
3601
3172
.panel-collapse {
3602
.panel-collapse {
Lines 3189-3195 button, Link Here
3189
        }
3619
        }
3190
3620
3191
        &:hover {
3621
        &:hover {
3192
            background: #e6f0f2 none;
3622
            background: #e3f1df none;
3193
            border-bottom-left-radius: 0;
3623
            border-bottom-left-radius: 0;
3194
            border-bottom-right-radius: 0;
3624
            border-bottom-right-radius: 0;
3195
        }
3625
        }
Lines 3203-3209 button, Link Here
3203
            }
3633
            }
3204
3634
3205
            &:hover {
3635
            &:hover {
3206
                background: #e6f0f2 none;
3636
                background: #e3f1df none;
3207
                border-bottom-left-radius: 3px;
3637
                border-bottom-left-radius: 3px;
3208
                border-bottom-right-radius: 3px;
3638
                border-bottom-right-radius: 3px;
3209
            }
3639
            }
Lines 3212-3225 button, Link Here
3212
}
3642
}
3213
3643
3214
.panel-default {
3644
.panel-default {
3215
    border: 1px solid #B9D8D9;
3645
    border: 1px solid #bfd9b9;
3216
    > .panel-heading {
3646
    > .panel-heading {
3217
        background: transparent none;
3647
        background: transparent none;
3218
        padding: 0;
3648
        padding: 0;
3219
3649
3220
        + .panel-collapse {
3650
        + .panel-collapse {
3221
            > .panel-body {
3651
            > .panel-body {
3222
                border-top-color: #B9D8D9;
3652
                border-top-color: #bfd9b9;
3223
            }
3653
            }
3224
        }
3654
        }
3225
    }
3655
    }
Lines 3235-3241 button, Link Here
3235
3665
3236
#changelanguage {
3666
#changelanguage {
3237
    background: #FFF none;
3667
    background: #FFF none;
3238
    border-top: 1px solid #EEE;
3668
    border-top: 1px solid rgb(173, 173, 173);
3239
    min-height: $language-footer-min-height;
3669
    min-height: $language-footer-min-height;
3240
3670
3241
    .dropdown-menu {
3671
    .dropdown-menu {
Lines 3260-3265 button, Link Here
3260
        li {
3690
        li {
3261
            a {
3691
            a {
3262
                line-height: 20px;
3692
                line-height: 20px;
3693
                padding: .4em 15px;
3694
                color: #000;
3695
3696
                &:hover, &:active, &:focus{
3697
                    color: #418940;
3698
                    text-decoration: none;
3699
                }
3263
            }
3700
            }
3264
        }
3701
        }
3265
    }
3702
    }
Lines 3406-3412 label { Link Here
3406
3843
3407
    fieldset,
3844
    fieldset,
3408
    ol {
3845
    ol {
3409
        background-color: transparent;
3846
        background-color: #FFF;
3410
        border: 0;
3847
        border: 0;
3411
        margin: 0;
3848
        margin: 0;
3412
        padding: 0;
3849
        padding: 0;
Lines 3414-3420 label { Link Here
3414
}
3851
}
3415
3852
3416
.modal-content {
3853
.modal-content {
3417
    background-color: #EDF4F6;
3854
    background-color: rgb(211, 223, 204);
3855
3856
    fieldset {
3857
        box-shadow: none;
3858
    }
3418
}
3859
}
3419
3860
3420
.btn-group {
3861
.btn-group {
Lines 3456-3480 code { Link Here
3456
}
3897
}
3457
3898
3458
.tab-content {
3899
.tab-content {
3459
    background-color: #FFF;
3900
    border: 3px solid #418940;
3460
    border: 1px solid #B9D8D9;
3901
    border-radius: 4px;
3461
    border-top-width: 0;
3462
    padding: 1em;
3902
    padding: 1em;
3463
}
3903
}
3464
3904
3465
.nav-tabs {
3905
.nav-tabs {
3466
    > li {
3906
    > li {
3467
        > a {
3907
        > a {
3468
            background-color: #e6f0f2;
3908
            background-color: #71B443;
3469
            border: 1px solid #b9d8d9;
3909
            color: #FFFFFF;
3470
            border-radius: 4px 4px 0 0;
3471
            line-height: 1.42857143;
3910
            line-height: 1.42857143;
3472
            margin-right: .4em;
3911
            margin-right: .4em;
3473
            padding: .5em 1em;
3912
            padding: .5em 1em;
3474
3913
3475
            &:hover {
3914
            &:hover, &:focus, &:active {
3476
                background-color: #EEF4F5;
3915
                background-color: #418940;
3477
                border-color: #b9d8d9;
3916
                border-radius: 4px 4px 0 0;
3917
                border: 1px solid #418940;
3918
                padding: .5em 1em;
3919
                text-decoration: none;
3920
                color: #FFFFFF;
3478
            }
3921
            }
3479
        }
3922
        }
3480
3923
Lines 3482-3491 code { Link Here
3482
            a,
3925
            a,
3483
            a:hover,
3926
            a:hover,
3484
            a:focus {
3927
            a:focus {
3485
                background-color: #fff;
3928
                background-color: #418940;
3486
                border: 1px solid #b9d8d9;
3929
                border-radius: 4px 4px 0 0;
3487
                border-bottom-color: transparent;
3930
                color: #FFFFFF;
3488
                color: #000;
3489
                cursor: default;
3931
                cursor: default;
3490
                font-weight: bold;
3932
                font-weight: bold;
3491
            }
3933
            }
Lines 3540-3546 progress { Link Here
3540
    }
3982
    }
3541
3983
3542
    span {
3984
    span {
3543
        background-color: #EBF3FF;
3985
        background-color: #ecffeb;
3544
        border-radius: 5px;
3986
        border-radius: 5px;
3545
        display: inline-block;
3987
        display: inline-block;
3546
        font-size: 75%;
3988
        font-size: 75%;
Lines 3549-3555 progress { Link Here
3549
        white-space: nowrap;
3991
        white-space: nowrap;
3550
3992
3551
        &.selected {
3993
        &.selected {
3552
            background-color: #CCE0FC;
3994
            background-color: #d2fad0;
3553
        }
3995
        }
3554
    }
3996
    }
3555
}
3997
}
Lines 3603-3609 progress { Link Here
3603
4045
3604
#browse-return-to-results {
4046
#browse-return-to-results {
3605
    background-color: #E8F0F6;
4047
    background-color: #E8F0F6;
3606
    border: 1px solid #B9D8D9;
4048
    border: 1px solid #bfd9b9;
3607
    border-bottom-width: 0;
4049
    border-bottom-width: 0;
3608
    border-top-left-radius: 5px;
4050
    border-top-left-radius: 5px;
3609
    border-top-right-radius: 5px;
4051
    border-top-right-radius: 5px;
Lines 3614-3620 progress { Link Here
3614
4056
3615
.browse-button {
4057
.browse-button {
3616
    background-color: #FFF;
4058
    background-color: #FFF;
3617
    border: 1px solid #B9D8D9;
4059
    border: 1px solid #bfd9b9;
3618
    color: #004D99;
4060
    color: #004D99;
3619
    display: block;
4061
    display: block;
3620
    overflow: hidden;
4062
    overflow: hidden;
Lines 3746-3752 input.renew { Link Here
3746
4188
3747
.date-select {
4189
.date-select {
3748
    label {
4190
    label {
3749
        display: inline-block;
3750
        width: 40%;
4191
        width: 40%;
3751
    }
4192
    }
3752
}
4193
}
Lines 3762-3768 input.renew { Link Here
3762
#i18nMenu {
4203
#i18nMenu {
3763
    .navbar-text {
4204
    .navbar-text {
3764
        .currentlanguage {
4205
        .currentlanguage {
3765
            color: #000;
4206
            color: #418940;
3766
            font-weight: bold;
4207
            font-weight: bold;
3767
        }
4208
        }
3768
    }
4209
    }
Lines 3802-3808 input.renew { Link Here
3802
4243
3803
.branchgriditem {
4244
.branchgriditem {
3804
    background-color: #FFFFFF;
4245
    background-color: #FFFFFF;
3805
    border: 1px solid #B9D8D9;
4246
    border: 1px solid #bfd9b9;
3806
    border-radius: 3px;
4247
    border-radius: 3px;
3807
    display: table-cell;
4248
    display: table-cell;
3808
    float: left;
4249
    float: left;
Lines 3829-3835 input.renew { Link Here
3829
4270
3830
#new_rule {
4271
#new_rule {
3831
    background-color: #F4F8F9;
4272
    background-color: #F4F8F9;
3832
    border: 2px solid #B9D8D9;
4273
    border: 2px solid #bfd9b9;
3833
    border-radius: 5px;
4274
    border-radius: 5px;
3834
    display: none;
4275
    display: none;
3835
    margin: .3em;
4276
    margin: .3em;
Lines 3890-3896 input.renew { Link Here
3890
}
4331
}
3891
4332
3892
#fixedlengthbuilderaction {
4333
#fixedlengthbuilderaction {
3893
    border: 3px solid #E6F0F2;
4334
    border: 3px solid #e3f1df;
3894
    left: 80%;
4335
    left: 80%;
3895
    padding: 5px;
4336
    padding: 5px;
3896
    position: relative;
4337
    position: relative;
Lines 4076-4082 input.renew { Link Here
4076
    padding: 5px 7px;
4517
    padding: 5px 7px;
4077
    margin: 3px 0 3px 0;
4518
    margin: 3px 0 3px 0;
4078
    border-radius: 5px;
4519
    border-radius: 5px;
4079
    background-color: rgba(0, 0, 0, 0.1);
4520
    background-color: rgba(0, 0, 0, .1);
4080
}
4521
}
4081
4522
4082
#restriction_form {
4523
#restriction_form {
Lines 4179-4246 input.renew { Link Here
4179
    }
4620
    }
4180
}
4621
}
4181
4622
4182
#lastborrower-window {
4183
    display: none;
4184
    background-image: linear-gradient(to left, #418940, #71B443);
4185
    box-shadow: 1px 1px 1px 0 #999;
4186
    color: #FFFFFF;
4187
    padding: .2em;
4188
    border-radius: 5px 5px 5px 5px;
4189
4190
    > * {
4191
        padding: 0 .4em;
4192
    }
4193
}
4194
4195
#lastborrower-remove {
4196
    cursor: pointer;
4197
    border-left: 1px solid #fff;
4198
}
4199
4200
#lastborrowerlink {
4201
    color: #FFFFFF;
4202
}
4203
4204
/* ==== MODULE LINKS - Start ==== */
4623
/* ==== MODULE LINKS - Start ==== */
4205
.buttons-list {
4624
.buttons-list {
4206
    // List containing the module links
4625
    /* List containing the module links */
4207
    margin-bottom: 30px;
4626
    margin: 30px 0;
4208
    padding: 0;
4627
    padding: 0;
4628
    margin-left: 15px;
4209
4629
4210
    li {
4630
    li {
4211
        // Standard attributes for the list elements
4631
        /* Standard attributes for the list elements */
4212
        list-style-type: none;
4632
        list-style-type: none;
4213
4633
        display: table;
4214
        a {
4634
        margin-bottom: 15px;
4215
            &.circ-button {
4216
                // Class used for each module link
4217
                background-color: #F4F8F9;
4218
                background-position: 5px 3px;
4219
                background-repeat: no-repeat;
4220
                border: 2px solid #B9D8D9;
4221
                border-radius: 6px;
4222
                box-sizing: content-box;
4223
                color: #000000;
4224
                display: block;
4225
                font-size: 110%;
4226
                font-weight: bold;
4227
                margin: .5em 0;
4228
                max-width: 260px;
4229
                padding: 8px;
4230
                text-decoration: none;
4231
4232
                &:hover {
4233
                    // Class used for each module link hover state
4234
                    border-color: #538200;
4235
                    color: #538200;
4236
                }
4237
            }
4238
        }
4239
    }
4635
    }
4240
}
4636
}
4241
4637
4242
.about h2 {
4638
.about h2 {
4243
    border-bottom: 1px solid #B9D8D9;
4639
    border-bottom: 1px solid #bfd9b9;
4244
    padding: .5em .2em;
4640
    padding: .5em .2em;
4245
    margin:  .5em 0;
4641
    margin:  .5em 0;
4246
}
4642
}
Lines 4260-4286 input.renew { Link Here
4260
    column-gap: 2em;
4656
    column-gap: 2em;
4261
}
4657
}
4262
4658
4263
// ==== MODULE LINKS - End ====
4659
/* ==== MODULE LINKS - End ==== */
4264
4660
4265
#catalog-search-link {
4661
#catalog-search-link a {
4266
    border-right: 1px solid lighten( #E6F0F2, 15% );
4662
    padding-right: .2em;
4267
    padding-right: .3em;
4268
}
4663
}
4269
4664
4270
#catalog-search-dropdown {
4665
#catalog-search-dropdown a.dropdown-toggle {
4271
    padding: 0;
4666
    padding-left: .2em;
4272
4273
    & > a {
4274
        border-left: 1px solid darken( #B4D2D8, 5% );
4275
        margin-right: .6em;
4276
        padding: .4em .6em;
4277
4278
        &:hover,
4279
        &.catalog-search-dropdown-hover {
4280
            background-color: darken( #E6F0F2, 5% );
4281
            border-left: 1px solid darken( #B4D2D8, 15% );
4282
        }
4283
    }
4284
}
4667
}
4285
4668
4286
#tools_holidays {
4669
#tools_holidays {
Lines 4420-4426 div .suggestion_note { Link Here
4420
}
4803
}
4421
4804
4422
.currentlibrary {
4805
.currentlibrary {
4423
    background-color: #E6FCB7;
4424
    display: inline-block;
4806
    display: inline-block;
4425
    padding: 2px 4px;
4807
    padding: 2px 4px;
4426
}
4808
}
Lines 4532-4538 div .suggestion_note { Link Here
4532
4914
4533
        .open {
4915
        .open {
4534
            .dropdown-menu {
4916
            .dropdown-menu {
4535
                background-color: #FFF;
4917
                background-color: #352C2E;
4536
                border: 1px solid #ccc;
4918
                border: 1px solid #ccc;
4537
                position: absolute;
4919
                position: absolute;
4538
            }
4920
            }
Lines 4548-4555 div .suggestion_note { Link Here
4548
            padding-left: 1.5em;
4930
            padding-left: 1.5em;
4549
4931
4550
            &:hover {
4932
            &:hover {
4551
                background-color: #0070A9;
4933
                text-decoration: underline;
4552
                color: #FFF;
4934
                color: #FFF;
4935
                background-color: #352C2E;
4936
                background-image: none;
4553
            }
4937
            }
4554
        }
4938
        }
4555
4939
Lines 4558-4564 div .suggestion_note { Link Here
4558
            box-shadow: unset;
4942
            box-shadow: unset;
4559
            float: none;
4943
            float: none;
4560
            left: auto;
4944
            left: auto;
4561
            position: relative;
4945
            position: initial;
4562
            right: auto;
4946
            right: auto;
4563
4947
4564
            &.dropdown-menu {
4948
            &.dropdown-menu {
Lines 4566-4583 div .suggestion_note { Link Here
4566
            }
4950
            }
4567
        }
4951
        }
4568
4952
4569
        .dropdown-menu {
4570
            li {
4571
                a {
4572
                    color: #004D99;
4573
4574
                    &:hover {
4575
                        color: #FFF;
4576
                    }
4577
                }
4578
            }
4579
        }
4580
4581
        .dropdown-toggle {
4953
        .dropdown-toggle {
4582
            display: none;
4954
            display: none;
4583
        }
4955
        }
4584
- 

Return to bug 30952