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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-467 / +816 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
}
205
153
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;
167
                padding: .5em;
168
231
169
                legend {
232
                &.radio {
170
                    font-size: 95%;
233
                    padding: 0;
234
                }
235
236
                label {
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-1315 div { Link Here
1281
    }
1518
    }
1282
1519
1283
    .browse {
1520
    .browse {
1284
        margin: .5em 0;
1521
        margin: .5em 50px;
1285
    }
1522
        font-weight: bold;
1286
}
1287
1288
    .ui-corner-top {
1289
        border-radius: 0 0 4px 4px;
1290
    }
1291
1292
    > div,
1293
    > ul {
1294
        display: none;
1295
1523
1296
        > li {
1524
        a {
1297
            display: none;
1525
            color: #71B443;
1526
            font-weight: normal;
1298
1527
1299
            &:first-of-type {
1528
            &:hover, &:active {
1300
                display: block;
1529
                font-weight: bold;
1530
                color: #418940;
1301
            }
1531
            }
1302
        }
1532
        }
1303
1304
        &:first-of-type {
1305
            display: block;
1306
        }
1307
    }
1533
    }
1308
}
1534
}
1309
1535
1310
#reserves,
1536
#reserves,
1311
#checkouts {
1537
#checkouts {
1312
    border: 1px solid #B9D8D9;
1313
    padding: 1em;
1538
    padding: 1em;
1314
}
1539
}
1315
1540
Lines 1358-1405 dd { Link Here
1358
1583
1359
1584
1360
.patroninfo {
1585
.patroninfo {
1361
    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;
1362
1592
1363
    h5 {
1593
    h5 {
1364
        border-right: 1px solid #B9D8D9;
1365
        margin-bottom: 0;
1594
        margin-bottom: 0;
1366
        padding-bottom: .5em;
1595
        padding: .5em .9em;
1367
        padding-left: 0em;
1596
        font-weight: bold;
1368
        padding-top: .5em;
1597
        color: #000;
1369
1598
1370
        &:empty {
1599
        &:empty {
1371
            border-right: 0;
1600
            border-right: 0;
1372
        }
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
        }
1373
    }
1611
    }
1374
1612
1375
    ul {
1613
    ul {
1376
        border: 0;
1614
        border: 0;
1377
        border-bottom: 0;
1378
        border-right: 1px solid #B9D8D9;
1379
        border-top: 0;
1380
        margin: 0;
1615
        margin: 0;
1381
        padding: 0;
1616
        padding: 0 .9em;
1382
1617
1383
        li {
1618
        li {
1384
            list-style-type: none;
1619
            list-style-type: none;
1385
            margin: 0;
1620
            margin: 0;
1386
        }
1387
    }
1388
1621
1389
    + #menu {
1622
        }
1390
        margin-right: 0;
1391
    }
1623
    }
1392
1624
1393
    > div {
1625
    > div {
1394
        border-right: 1px solid #B9D8D9;
1395
        width: 100%;
1626
        width: 100%;
1396
    }
1627
    }
1397
1398
    &.is-staff {
1399
        h5 {
1400
            background-color: #EEE;
1401
        }
1402
    }
1403
}
1628
}
1404
1629
1405
.patroninfo-section {
1630
.patroninfo-section {
Lines 1412-1418 dd { Link Here
1412
}
1637
}
1413
1638
1414
.patroninfo-heading {
1639
.patroninfo-heading {
1415
    background-color: rgba(237, 244, 246, .4);
1416
    padding: .5em;
1640
    padding: .5em;
1417
    margin-bottom: .3em;
1641
    margin-bottom: .3em;
1418
    clear: both;
1642
    clear: both;
Lines 1477-1482 dd { Link Here
1477
    display: inline-block;
1701
    display: inline-block;
1478
}
1702
}
1479
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
1480
.patronviews {
1717
.patronviews {
1481
    border-right: 1px solid #000;
1718
    border-right: 1px solid #000;
1482
    border-top: 1px solid #000;
1719
    border-top: 1px solid #000;
Lines 1494-1502 dd { Link Here
1494
}
1731
}
1495
1732
1496
.dropdown-menu {
1733
.dropdown-menu {
1734
    background-color: #F3F4F4;
1497
    li {
1735
    li {
1498
        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
        }
1499
    }
1748
    }
1749
1500
}
1750
}
1501
1751
1502
.rows {
1752
.rows {
Lines 1576-1582 i { Link Here
1576
    }
1826
    }
1577
1827
1578
    &.success {
1828
    &.success {
1579
        color: #008000;
1829
        color: #418940;
1580
    }
1830
    }
1581
1831
1582
    &.warn {
1832
    &.warn {
Lines 1586-1592 i { Link Here
1586
1836
1587
.circ-setting {
1837
.circ-setting {
1588
    font-size: 85%;
1838
    font-size: 85%;
1589
    padding-top: .3em;
1839
    padding-top: .9em;
1840
    padding-bottom: .9em;
1590
1841
1591
    input {
1842
    input {
1592
        vertical-align: middle;
1843
        vertical-align: middle;
Lines 1599-1607 i { Link Here
1599
}
1850
}
1600
1851
1601
.circ-settings {
1852
.circ-settings {
1602
    background-color: #F4F8F9;
1603
    border-radius: 0;
1853
    border-radius: 0;
1604
    border-top: 2px solid #B9D8D9;
1605
    display: none;
1854
    display: none;
1606
    margin-left: -1em;
1855
    margin-left: -1em;
1607
    margin-right: -1em;
1856
    margin-right: -1em;
Lines 1610-1616 i { Link Here
1610
}
1859
}
1611
1860
1612
#show-circ-settings {
1861
#show-circ-settings {
1613
    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
    }
1614
}
1878
}
1615
1879
1616
.checkin-active-setting {
1880
.checkin-active-setting {
Lines 1655-1665 i { Link Here
1655
}
1919
}
1656
1920
1657
.dialog {
1921
.dialog {
1658
    border: 1px solid #BCBCBC;
1659
    border-radius: 2px;
1922
    border-radius: 2px;
1660
    margin: 1em auto;
1923
    margin: 1em auto;
1661
    padding: .5em;
1924
    padding: .5em;
1662
    text-align: center;
1925
    text-align: center;
1926
    display: table;
1663
    width: 65%;
1927
    width: 65%;
1664
    max-width: 600px;
1928
    max-width: 600px;
1665
1929
Lines 1697-1705 i { Link Here
1697
1961
1698
    input {
1962
    input {
1699
        background-color: #FFFFFF;
1963
        background-color: #FFFFFF;
1700
        border: 1px solid #BCBCBC;
1701
        margin: .4em;
1964
        margin: .4em;
1702
        padding: .4em .4em .4em 25px;
1965
        padding: .4em;
1703
1966
1704
        &:hover {
1967
        &:hover {
1705
            background-color: #FFC;
1968
            background-color: #FFC;
Lines 1707-1712 i { Link Here
1707
1970
1708
        &[type="submit"] {
1971
        &[type="submit"] {
1709
            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
            }
1710
        }
2018
        }
1711
2019
1712
        &.flatpickr-input {
2020
        &.flatpickr-input {
Lines 1738-1746 i { Link Here
1738
    }
2046
    }
1739
2047
1740
    &.message {
2048
    &.message {
1741
        background: linear-gradient(to bottom, #FFFFFF 0%, #F4F6FA 2%, #EAEEF5 23%, #E8EDF6 94%, #CDDBF2 100%);
2049
        color: #000000;
1742
        border: 1px solid #BCBCBC;
1743
        text-align: center;
2050
        text-align: center;
2051
        background-color: transparent;
2052
1744
2053
1745
        ul,
2054
        ul,
1746
        h5 {
2055
        h5 {
Lines 1755-1763 i { Link Here
1755
2064
1756
    &.alert,
2065
    &.alert,
1757
    &.error {
2066
    &.error {
1758
        background: linear-gradient(to bottom, #FEF8D3 0%, #FFEC91 9%, #FFED87 89%, #F9DC00 100%);
1759
        border: 1px solid #E0C726;
1760
        color: inherit;
2067
        color: inherit;
2068
        background-color: #FFFFFF;
1761
        text-align: center;
2069
        text-align: center;
1762
        text-shadow: none;
2070
        text-shadow: none;
1763
2071
Lines 1781-1789 i { Link Here
1781
2089
1782
.approve,
2090
.approve,
1783
.success {
2091
.success {
2092
    background-color: #FEC32C;
1784
    i {
2093
    i {
1785
        &.fa {
2094
        &.fa {
1786
            color: #008000;
2095
            color: #418940;
1787
        }
2096
        }
1788
    }
2097
    }
1789
}
2098
}
Lines 1826-1894 i { Link Here
1826
    color: #990000;
2135
    color: #990000;
1827
}
2136
}
1828
2137
1829
// style for shelving location in catalogsearch
2138
// style for shelving location in catalogsearch
1830
.shelvingloc {
2139
.shelvingloc {
1831
    display: block;
2140
    display: block;
1832
    font-style: italic;
2141
    font-style: italic;
1833
}
2142
}
1834
2143
1835
// style for bundled detail in catalogsearch
2144
// style for bundled detail in catalogsearch
1836
.bundled {
2145
.bundled {
1837
    display: block;
2146
    display: block;
1838
    font-style: italic;
2147
    font-style: italic;
1839
}
1840
1841
#menu {
1842
    border-right: 1px solid #B9D8D9;
1843
    margin-right: .5em;
1844
    padding-bottom: 2em;
1845
    padding-top: 1em;
1846
1847
    li {
1848
        a {
1849
            background: linear-gradient(to bottom, #E8F0F6 0%, #E8F0F6 96%, #C1C1C1 100%);
1850
            border: 1px solid #B9D8D9;
1851
            border-bottom-left-radius: 5px;
1852
            border-top-left-radius: 5px;
1853
            display: block;
1854
            font-size: 111%;
1855
            margin: .5em 0;
1856
            margin-right: -1px;
1857
            padding: .4em .3em;
1858
            text-decoration: none;
1859
1860
            &:hover {
1861
                background: linear-gradient(to bottom, #FAFAFA 0%, #FFFFFF 96%, #E6E6E6 97%, #CCCCCC 99%, #C1C1C1 100%);
1862
                border-bottom: 1px solid #85CA11;
1863
                border-left: 1px solid #85CA11;
1864
                border-top: 1px solid #85CA11;
1865
            }
1866
        }
1867
1868
        &.active {
1869
            a {
1870
                background-color: #FFFFFF;
1871
                background-image: none;
1872
                border-bottom: 1px solid #85CA11;
1873
                border-left: 1px solid #85CA11;
1874
                border-right: 0;
1875
                border-top: 1px solid #85CA11;
1876
                color: #000000;
1877
                font-weight: bold;
1878
1879
                &:hover {
1880
                    background-color: #FFFFFF;
1881
                    color: #538200;
1882
                }
1883
            }
1884
        }
1885
    }
1886
1887
    ul {
1888
        li {
1889
            list-style-type: none;
1890
        }
1891
    }
1892
}
2148
}
1893
2149
1894
#closewindow {
2150
#closewindow {
Lines 1901-1908 i { Link Here
1901
}
2157
}
1902
2158
1903
.barcode {
2159
.barcode {
1904
    font-size: 200%;
2160
    font-size: 100%;
1905
    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;
1906
}
2168
}
1907
2169
1908
li {
2170
li {
Lines 1973-1986 li { Link Here
1973
    }
2235
    }
1974
}
2236
}
1975
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
1976
#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
1977
    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
1978
        ul {
2284
        ul {
1979
            li {
2285
            li {
1980
                clear: left;
2286
                clear: left;
1981
                font-size: 90%;
2287
                font-size: 90%;
1982
                list-style: url("../img/item-bullet.svg");
2288
                list-style: url("../img/item-bullet.svg");
1983
                padding: .2em 0;
2289
                padding: .2em 0;
2290
                color: #000;
2291
                top: 100%;
1984
2292
1985
                &.result_itype_image {
2293
                &.result_itype_image {
1986
                    list-style: none;
2294
                    list-style: none;
Lines 2012-2017 li { Link Here
2012
    table {
2320
    table {
2013
        td {
2321
        td {
2014
            vertical-align: top;
2322
            vertical-align: top;
2323
            text-align: center;
2015
        }
2324
        }
2016
    }
2325
    }
2017
2326
Lines 2037-2051 li { Link Here
2037
            }
2346
            }
2038
        }
2347
        }
2039
    }
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
    }
2040
}
2367
}
2041
2368
2042
.searchheader {
2369
.searchheader {
2043
    background-color: #E6F0F2;
2370
    background-color: transparent;
2044
    border: 1px solid #B9D8D9;
2371
    border: 1px solid #696969;
2045
    border-radius: 5px 5px 0 0;
2372
    border-radius: 5px 5px 5px 5px;
2046
    font-size: 80%;
2373
    font-size: 80%;
2047
    margin: 0 0 .5em -1px;
2374
    margin-top: .5em;
2048
    padding: .4em 0 .4em 1em;
2375
    margin-bottom: .5em;
2376
    padding: 5px;
2377
    width: 100%;
2378
    color: #696969;
2379
    display: block;
2049
2380
2050
    &.floating {
2381
    &.floating {
2051
        border-radius: 0;
2382
        border-radius: 0;
Lines 2078-2092 li { Link Here
2078
    }
2409
    }
2079
}
2410
}
2080
2411
2081
#search-facets {
2412
.mini-inp {
2082
    border: 1px solid #B9D8D9;
2413
    height: 12px;
2083
    border-radius: 5px 5px 0 0;
2414
    width: 30px;
2415
}
2416
2084
2417
2418
2419
#search-facets {
2085
    h4 {
2420
    h4 {
2086
        background-color: #E6F0F2;
2421
        background-color: #71B443;
2087
        border-bottom: 1px solid #B9D8D9;
2422
        border-bottom: 1px solid #71B443;
2088
        border-radius: 5px 5px 0 0;
2423
        border-radius: 4px 4px 0 0;
2089
        font-size: 90%;
2424
        font-size: 90%;
2425
        color: #FFFFFF;
2090
        margin: 0;
2426
        margin: 0;
2091
        padding: .4em .2em;
2427
        padding: .4em .2em;
2092
        text-align: center;
2428
        text-align: center;
Lines 2132-2138 li { Link Here
2132
}
2468
}
2133
2469
2134
#biblio-cover-slider {
2470
#biblio-cover-slider {
2135
    border: 1px solid #b9d8d9;
2471
    border: 1px solid #bfd9b9;
2136
    border-radius: 3px;
2472
    border-radius: 3px;
2137
    margin: 5px;
2473
    margin: 5px;
2138
    padding: 10px 5px 5px 5px;
2474
    padding: 10px 5px 5px 5px;
Lines 2183-2188 td { Link Here
2183
    }
2519
    }
2184
}
2520
}
2185
2521
2522
.highlight_toggle {
2523
    color: #71B443;
2524
    padding: .3em;
2525
    border: 0;
2526
    background-color: transparent;
2527
    border: 0;
2528
    box-shadow: none;
2529
    font-size: 100%;
2530
2531
    &:hover {
2532
        text-decoration: underline;
2533
    }
2534
}
2535
2536
2186
.cover-image {
2537
.cover-image {
2187
    display: none;
2538
    display: none;
2188
2539
Lines 2211-2216 td { Link Here
2211
#CheckPending {
2562
#CheckPending {
2212
    font-weight: normal;
2563
    font-weight: normal;
2213
    margin: 0 .5em 0 0;
2564
    margin: 0 .5em 0 0;
2565
    color: #71B443;
2214
}
2566
}
2215
2567
2216
.lost,
2568
.lost,
Lines 2334-2343 td.bundle { Link Here
2334
}
2686
}
2335
2687
2336
#cartDetails {
2688
#cartDetails {
2337
    background-color: #FFFFFF;
2689
    background-color: #352C2E;
2338
    border: 1px solid #739ACF;
2339
    box-shadow: 1px 1px 3px 0 #666;
2690
    box-shadow: 1px 1px 3px 0 #666;
2340
    color: #000;
2691
    color: #FFFFFF;
2341
    display: none;
2692
    display: none;
2342
    margin: 0;
2693
    margin: 0;
2343
    padding: 10px;
2694
    padding: 10px;
Lines 2347-2357 td.bundle { Link Here
2347
}
2698
}
2348
2699
2349
#cartmenulink {
2700
#cartmenulink {
2350
    padding-left: 15px;
2701
    position: relative;
2351
2702
    left: 0;
2352
    i.fa.fa-shopping-cart {
2703
    top: 0;
2353
        padding-right: 7px;
2354
    }
2355
}
2704
}
2356
2705
2357
#basketcount {
2706
#basketcount {
Lines 2410-2416 td.bundle { Link Here
2410
}
2759
}
2411
2760
2412
.container {
2761
.container {
2413
    border: 1px solid #EEE;
2414
    margin: 1em 0;
2762
    margin: 1em 0;
2415
    padding: 1em;
2763
    padding: 1em;
2416
}
2764
}
Lines 2502-2508 td.bundle { Link Here
2502
}
2850
}
2503
2851
2504
.advsearch {
2852
.advsearch {
2505
    margin: 0;
2853
    margin: 0 1em 1em 0;
2506
2854
2507
    table {
2855
    table {
2508
        border-collapse: separate;
2856
        border-collapse: separate;
Lines 2621-2633 td.bundle { Link Here
2621
// Override core jQueryUI widgets
2969
// Override core jQueryUI widgets
2622
.ui-widget-content {
2970
.ui-widget-content {
2623
    background: #FFFFFF none;
2971
    background: #FFFFFF none;
2624
    border: 1px solid #B9D8D9;
2972
    border-radius: 4px;
2973
    border: 3px solid #418940;
2625
    color: #222222;
2974
    color: #222222;
2626
}
2975
}
2627
2976
2628
.ui-widget-header {
2977
.ui-widget-header {
2629
    background: #E6F0F2 none;
2978
    background: #b5dbad none;
2630
    border: 1px solid #B9D8D9;
2979
    border: 1px solid #bfd9b9;
2631
    color: #222222;
2980
    color: #222222;
2632
    font-weight: bold;
2981
    font-weight: bold;
2633
}
2982
}
Lines 2635-2642 td.bundle { Link Here
2635
.ui-state-default,
2984
.ui-state-default,
2636
.ui-widget-content .ui-state-default,
2985
.ui-widget-content .ui-state-default,
2637
.ui-widget-header .ui-state-default {
2986
.ui-widget-header .ui-state-default {
2638
    background: #F4F8F9 none;
2987
    border: 1px solid #bfd9b9;
2639
    border: 1px solid #B9D8D9;
2640
    color: #555555;
2988
    color: #555555;
2641
    font-weight: normal;
2989
    font-weight: normal;
2642
}
2990
}
Lines 2647-2667 td.bundle { Link Here
2647
.ui-state-focus,
2995
.ui-state-focus,
2648
.ui-widget-content .ui-state-focus,
2996
.ui-widget-content .ui-state-focus,
2649
.ui-widget-header .ui-state-focus {
2997
.ui-widget-header .ui-state-focus {
2650
    background: #E6F0F2 none;
2998
    background: #cad8c6 none;
2651
    border: 1px solid #B9D8D9;
2999
    border: 1px solid #bfd9b9;
2652
    color: #212121;
3000
    color: #212121;
2653
    font-weight: normal;
3001
    font-weight: normal;
2654
}
3002
}
2655
3003
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,
3004
.ui-state-highlight,
2666
.ui-widget-content .ui-state-highlight,
3005
.ui-widget-content .ui-state-highlight,
2667
.ui-widget-header .ui-state-highlight {
3006
.ui-widget-header .ui-state-highlight {
Lines 2690-2696 td.bundle { Link Here
2690
                padding: 3px 1em 3px .4em;
3029
                padding: 3px 1em 3px .4em;
2691
3030
2692
                &:hover {
3031
                &:hover {
2693
                    background: #E6F0F2 none;
3032
                    background: #e3f1df none;
2694
                    color: #212121;
3033
                    color: #212121;
2695
                    font-weight: normal;
3034
                    font-weight: normal;
2696
                }
3035
                }
Lines 2737-2780 td.bundle { Link Here
2737
    &.ui-widget-header {
3076
    &.ui-widget-header {
2738
        background: none;
3077
        background: none;
2739
        border: 0;
3078
        border: 0;
3079
        padding: .2em .9em 0 .9em;
2740
    }
3080
    }
2741
}
3081
}
2742
3082
2743
.ui-tabs {
3083
.ui-tabs {
3084
    .ui-tabs-panel {
3085
        background: #FFF none;
3086
        border-radius: 4px;
3087
        border: 3px solid #418940;
3088
3089
        fieldset {
3090
            box-shadow: none;
3091
        }
3092
    }
2744
    .ui-tabs-nav {
3093
    .ui-tabs-nav {
2745
        li {
3094
        li {
2746
            background: #E6F0F2 none;
3095
            background: #71B443;
2747
            border: 1px solid #B9D8D9;
3096
            border: 0;
2748
            margin-right: .4em;
3097
            margin-right: .4em;
2749
            top: 1px;
3098
            border-radius: 4px 4px 0 0;
2750
3099
2751
            &.ui-tabs-active {
3100
            &.ui-tabs-active, &.ui-state-hover {
2752
                background-color: #FFFFFF;
3101
                background-color: #418940;
2753
                border: 1px solid #B9D8D9;
3102
                border-radius: 4px 4px 0 0;
3103
                border: 0;
2754
                border-bottom-width: 0;
3104
                border-bottom-width: 0;
3105
                padding-bottom: 0;
2755
3106
2756
                a {
3107
                a {
2757
                    color: #000;
3108
                    color: #FFF;
2758
                    font-weight: bold;
2759
                }
3109
                }
2760
3110
2761
                &.ui-state-hover {
2762
                    background: #FFF none;
2763
                }
2764
            }
2765
3111
2766
            &.ui-state-default {
2767
                &.ui-state-hover {
2768
                    background: #EDF4F5 none;
2769
                }
2770
            }
3112
            }
2771
        }
3113
        }
2772
    }
3114
    }
2773
3115
2774
    .ui-tabs-panel {
2775
        border: 1px solid #B9D8D9;
2776
    }
2777
2778
    &.ui-widget-content {
3116
    &.ui-widget-content {
2779
        background: transparent none;
3117
        background: transparent none;
2780
        border: 0;
3118
        border: 0;
Lines 2782-2803 td.bundle { Link Here
2782
3120
2783
    .ui-state-default {
3121
    .ui-state-default {
2784
        a {
3122
        a {
2785
            color: #004D99;
3123
            color: #FFFFFF;
2786
3124
2787
            &:link,
3125
            &:link,
2788
            &:visited {
3126
            &:visited {
2789
                color: #004D99;
3127
                color: #FFFFFF;
2790
            }
3128
            }
2791
        }
3129
        }
2792
    }
3130
    }
2793
3131
2794
    .ui-state-hover {
3132
    .ui-state-hover {
2795
        a {
3133
        a {
2796
            color: #538200;
3134
            color: #418940;
2797
3135
2798
            &:link,
3136
            &:link,
2799
            &:visited {
3137
            &:visited {
2800
                color: #538200;
3138
                color: #418940;
2801
            }
3139
            }
2802
        }
3140
        }
2803
    }
3141
    }
Lines 2806-2830 td.bundle { Link Here
2806
3144
2807
.ui-widget {
3145
.ui-widget {
2808
    font-family: inherit;
3146
    font-family: inherit;
2809
    font-size: inherit;
2810
3147
2811
    input,
3148
    input,
2812
    select,
3149
    select,
2813
    textarea,
3150
    textarea,
2814
    button {
3151
    button {
2815
        font-family: inherit;
3152
        font-family: inherit;
2816
        font-size: inherit;
2817
    }
3153
    }
2818
}
3154
}
2819
3155
2820
.statictabs {
3156
.statictabs {
3157
3158
    background-color: #FFFFFF;
3159
    margin-top: 20px;
3160
    box-shadow: 8px 8px 12px rgba(170, 170, 170, .356);
3161
    padding: 20px;
3162
3163
    h3{
3164
        padding-bottom: .7em;
3165
        margin: 0;
3166
        color: #696969;
3167
    }
3168
3169
    td {
3170
        border: 0;
3171
3172
        ul {
3173
            li {
3174
                clear: left;
3175
                font-size: 90%;
3176
                list-style: url("../img/item-bullet.svg");
3177
                padding: .2em 0;
3178
3179
                &.result_itype_image {
3180
                    list-style: none;
3181
                    list-style-type: none;
3182
                }
3183
3184
                img {
3185
                    float: left;
3186
                    margin: 3px 5px 3px -5px;
3187
                    max-width: 25px;
3188
                }
3189
            }
3190
        }
3191
    }
3192
3193
    span {
3194
        &.status {
3195
            clear: left;
3196
            color: #900;
3197
            display: block;
3198
        }
3199
3200
        &.unavailable {
3201
            clear: left;
3202
            display: block;
3203
        }
3204
    }
3205
3206
2821
    > ul {
3207
    > ul {
2822
        background: none repeat scroll 0 0 transparent;
3208
        background: none repeat scroll 0 0 transparent;
2823
        border: 0 none;
3209
        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;
3210
        color: #222222;
2829
        font-size: 100%;
3211
        font-size: 100%;
2830
        font-weight: bold;
3212
        font-weight: bold;
Lines 2846-2857 td.bundle { Link Here
2846
        }
3228
        }
2847
3229
2848
        li {
3230
        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;
3231
            border-top-left-radius: 4px;
2853
            border-top-right-radius: 4px;
3232
            border-top-right-radius: 4px;
2854
            color: #555555;
3233
            border-bottom-right-radius: 0;
3234
            border-bottom-left-radius: 0;
2855
            float: left;
3235
            float: left;
2856
            font-weight: normal;
3236
            font-weight: normal;
2857
            list-style: none outside none;
3237
            list-style: none outside none;
Lines 2861-2895 td.bundle { Link Here
2861
            position: relative;
3241
            position: relative;
2862
            top: 1px;
3242
            top: 1px;
2863
            white-space: nowrap;
3243
            white-space: nowrap;
3244
            background: #71B443;
2864
3245
2865
            &.active {
3246
            &.active, &:hover {
2866
                background-color: #FFFFFF;
2867
                color: #212121;
2868
                font-weight: normal;
3247
                font-weight: normal;
2869
                padding-bottom: 1px;
3248
                padding-bottom: 1px;
2870
3249
3250
                background-color: #418940;
3251
                border: 0;
3252
                border-bottom-width: 0;
3253
2871
                a {
3254
                a {
2872
                    background: none repeat scroll 0 0 transparent;
3255
                    background: none repeat scroll 0 0 transparent;
2873
                    color: #000000;
3256
                    color: #FFFFFF;
2874
                    cursor: text;
2875
                    font-weight: bold;
2876
                    outline: 0 none;
3257
                    outline: 0 none;
2877
                    top: 1px;
3258
                    top: 1px;
2878
                }
3259
                }
2879
            }
3260
            }
2880
3261
2881
            a {
3262
            a {
2882
                color: #004D99;
3263
                color: #FFFFFF;
2883
                cursor: pointer;
3264
                cursor: pointer;
2884
                float: left;
3265
                float: left;
2885
                padding: .5em 1em;
3266
                padding: .5em 1em;
2886
                text-decoration: none;
3267
                text-decoration: none;
2887
3268
2888
                &:hover {
3269
                &:hover {
2889
                    background-color: #EDF4F5;
2890
                    border-top-left-radius: 4px;
3270
                    border-top-left-radius: 4px;
2891
                    border-top-right-radius: 4px;
3271
                    border-top-right-radius: 4px;
2892
                    color: #538200;
2893
                }
3272
                }
2894
            }
3273
            }
2895
        }
3274
        }
Lines 2897-2905 td.bundle { Link Here
2897
3276
2898
    .tabs-container {
3277
    .tabs-container {
2899
        background: none repeat scroll 0 0 transparent;
3278
        background: none repeat scroll 0 0 transparent;
2900
        border: 1px solid #B9D8D9;
3279
        border: 3px solid #418940;
2901
        border-bottom-left-radius: 4px;
3280
        border-radius: 4px;
2902
        border-bottom-right-radius: 4px;
2903
        color: #222222;
3281
        color: #222222;
2904
        display: block;
3282
        display: block;
2905
        padding: 1em 1.4em;
3283
        padding: 1em 1.4em;
Lines 2910-2915 td.bundle { Link Here
2910
    margin-top: 5px;
3288
    margin-top: 5px;
2911
        .ui-tabs-panel {
3289
        .ui-tabs-panel {
2912
            background: #FFF none;
3290
            background: #FFF none;
3291
            border-radius: 4px;
3292
            border: 3px solid #418940;
3293
3294
            fieldset {
3295
                box-shadow: none;
3296
            }
2913
        }
3297
        }
2914
}
3298
}
2915
3299
Lines 3012-3018 td.bundle { Link Here
3012
}
3396
}
3013
3397
3014
.pluginname {
3398
.pluginname {
3015
    background-color: #E6F0F2;
3399
    background-color: #e3f1df;
3016
    cursor: move;
3400
    cursor: move;
3017
    margin: .3em;
3401
    margin: .3em;
3018
    padding-bottom: 4px;
3402
    padding-bottom: 4px;
Lines 3124-3147 nav { Link Here
3124
3508
3125
    .active {
3509
    .active {
3126
        a {
3510
        a {
3127
            background-color: #5A9EAA;
3511
            background-color: #6daa5a;
3128
            border-color: #5A9EAA;
3512
            border-color: #6daa5a;
3129
3513
3130
            &:hover,
3514
            &:hover,
3131
            &:focus {
3515
            &:focus {
3132
                background-color: #5A9EAA;
3516
                background-color: #6daa5a;
3133
                border-color: #5A9EAA;
3517
                border-color: #6daa5a;
3134
            }
3518
            }
3135
        }
3519
        }
3136
3520
3137
        span {
3521
        span {
3138
            background-color: #5A9EAA;
3522
            background-color: #6daa5a;
3139
            border-color: #5A9EAA;
3523
            border-color: #6daa5a;
3140
3524
3141
            &:hover,
3525
            &:hover,
3142
            &:focus {
3526
            &:focus {
3143
                background-color: #5A9EAA;
3527
                background-color: #6daa5a;
3144
                border-color: #5A9EAA;
3528
                border-color: #6daa5a;
3145
            }
3529
            }
3146
        }
3530
        }
3147
    }
3531
    }
Lines 3149-3161 nav { Link Here
3149
3533
3150
button,
3534
button,
3151
.btn {
3535
.btn {
3152
    border-color: #ADADAD #ADADAD #949494;
3536
    display: inline-block;
3537
    margin-bottom: 0;
3538
    font-weight: normal;
3539
    text-align: center;
3540
    white-space: nowrap;
3541
    vertical-align: middle;
3542
    touch-action: manipulation;
3543
    cursor: pointer;
3544
    background-image: none;
3545
    font-size: 12px;
3546
    line-height: 1.42857143;
3547
    border-radius: 4px;
3548
    user-select: none;
3153
3549
3154
    &.btn-link {
3550
    &.btn-link {
3155
        border: 0;
3551
        border: 0;
3156
    }
3552
    }
3157
}
3553
}
3158
3554
3555
#merge-patrons {
3556
    padding: 0 25px;
3557
}
3558
3559
#patronlist-menu {
3560
    padding: 0 25px;
3561
}
3562
3159
.btn-xs,
3563
.btn-xs,
3160
.btn-group-xs > .btn {
3564
.btn-group-xs > .btn {
3161
    font-size: 10.5px;
3565
    font-size: 10.5px;
Lines 3167-3172 button, Link Here
3167
.panel {
3571
.panel {
3168
    background: #F4F8F9 none;
3572
    background: #F4F8F9 none;
3169
    box-shadow: none;
3573
    box-shadow: none;
3574
3575
    &:hover {
3576
        background: #e3f1df none;
3577
    }
3170
}
3578
}
3171
3579
3172
.panel-collapse {
3580
.panel-collapse {
Lines 3189-3195 button, Link Here
3189
        }
3597
        }
3190
3598
3191
        &:hover {
3599
        &:hover {
3192
            background: #e6f0f2 none;
3600
            background: #e3f1df none;
3193
            border-bottom-left-radius: 0;
3601
            border-bottom-left-radius: 0;
3194
            border-bottom-right-radius: 0;
3602
            border-bottom-right-radius: 0;
3195
        }
3603
        }
Lines 3203-3209 button, Link Here
3203
            }
3611
            }
3204
3612
3205
            &:hover {
3613
            &:hover {
3206
                background: #e6f0f2 none;
3614
                background: #e3f1df none;
3207
                border-bottom-left-radius: 3px;
3615
                border-bottom-left-radius: 3px;
3208
                border-bottom-right-radius: 3px;
3616
                border-bottom-right-radius: 3px;
3209
            }
3617
            }
Lines 3212-3225 button, Link Here
3212
}
3620
}
3213
3621
3214
.panel-default {
3622
.panel-default {
3215
    border: 1px solid #B9D8D9;
3623
    border: 1px solid #bfd9b9;
3216
    > .panel-heading {
3624
    > .panel-heading {
3217
        background: transparent none;
3625
        background: transparent none;
3218
        padding: 0;
3626
        padding: 0;
3219
3627
3220
        + .panel-collapse {
3628
        + .panel-collapse {
3221
            > .panel-body {
3629
            > .panel-body {
3222
                border-top-color: #B9D8D9;
3630
                border-top-color: #bfd9b9;
3223
            }
3631
            }
3224
        }
3632
        }
3225
    }
3633
    }
Lines 3235-3241 button, Link Here
3235
3643
3236
#changelanguage {
3644
#changelanguage {
3237
    background: #FFF none;
3645
    background: #FFF none;
3238
    border-top: 1px solid #EEE;
3646
    border-top: 1px solid rgb(173, 173, 173);
3239
    min-height: $language-footer-min-height;
3647
    min-height: $language-footer-min-height;
3240
3648
3241
    .dropdown-menu {
3649
    .dropdown-menu {
Lines 3260-3265 button, Link Here
3260
        li {
3668
        li {
3261
            a {
3669
            a {
3262
                line-height: 20px;
3670
                line-height: 20px;
3671
                padding: .4em 15px;
3672
                color: #000;
3673
3674
                &:hover, &:active, &:focus{
3675
                    color: #418940;
3676
                    text-decoration: none;
3677
                }
3263
            }
3678
            }
3264
        }
3679
        }
3265
    }
3680
    }
Lines 3406-3412 label { Link Here
3406
3821
3407
    fieldset,
3822
    fieldset,
3408
    ol {
3823
    ol {
3409
        background-color: transparent;
3824
        background-color: #FFF;
3410
        border: 0;
3825
        border: 0;
3411
        margin: 0;
3826
        margin: 0;
3412
        padding: 0;
3827
        padding: 0;
Lines 3414-3420 label { Link Here
3414
}
3829
}
3415
3830
3416
.modal-content {
3831
.modal-content {
3417
    background-color: #EDF4F6;
3832
    background-color: rgb(211, 223, 204);
3833
3834
    fieldset {
3835
        box-shadow: none;
3836
    }
3418
}
3837
}
3419
3838
3420
.btn-group {
3839
.btn-group {
Lines 3456-3480 code { Link Here
3456
}
3875
}
3457
3876
3458
.tab-content {
3877
.tab-content {
3459
    background-color: #FFF;
3878
    border: 3px solid #418940;
3460
    border: 1px solid #B9D8D9;
3879
    border-radius: 4px;
3461
    border-top-width: 0;
3462
    padding: 1em;
3880
    padding: 1em;
3463
}
3881
}
3464
3882
3465
.nav-tabs {
3883
.nav-tabs {
3466
    > li {
3884
    > li {
3467
        > a {
3885
        > a {
3468
            background-color: #e6f0f2;
3886
            background-color: #71B443;
3469
            border: 1px solid #b9d8d9;
3887
            color: #FFFFFF;
3470
            border-radius: 4px 4px 0 0;
3471
            line-height: 1.42857143;
3888
            line-height: 1.42857143;
3472
            margin-right: .4em;
3889
            margin-right: .4em;
3473
            padding: .5em 1em;
3890
            padding: .5em 1em;
3474
3891
3475
            &:hover {
3892
            &:hover, &:focus, &:active {
3476
                background-color: #EEF4F5;
3893
                background-color: #418940;
3477
                border-color: #b9d8d9;
3894
                border-radius: 4px 4px 0 0;
3895
                border: 1px solid #418940;
3896
                padding: .5em 1em;
3897
                text-decoration: none;
3898
                color: #FFFFFF;
3478
            }
3899
            }
3479
        }
3900
        }
3480
3901
Lines 3482-3491 code { Link Here
3482
            a,
3903
            a,
3483
            a:hover,
3904
            a:hover,
3484
            a:focus {
3905
            a:focus {
3485
                background-color: #fff;
3906
                background-color: #418940;
3486
                border: 1px solid #b9d8d9;
3907
                border-radius: 4px 4px 0 0;
3487
                border-bottom-color: transparent;
3908
                color: #FFFFFF;
3488
                color: #000;
3489
                cursor: default;
3909
                cursor: default;
3490
                font-weight: bold;
3910
                font-weight: bold;
3491
            }
3911
            }
Lines 3540-3546 progress { Link Here
3540
    }
3960
    }
3541
3961
3542
    span {
3962
    span {
3543
        background-color: #EBF3FF;
3963
        background-color: #ecffeb;
3544
        border-radius: 5px;
3964
        border-radius: 5px;
3545
        display: inline-block;
3965
        display: inline-block;
3546
        font-size: 75%;
3966
        font-size: 75%;
Lines 3549-3555 progress { Link Here
3549
        white-space: nowrap;
3969
        white-space: nowrap;
3550
3970
3551
        &.selected {
3971
        &.selected {
3552
            background-color: #CCE0FC;
3972
            background-color: #d2fad0;
3553
        }
3973
        }
3554
    }
3974
    }
3555
}
3975
}
Lines 3603-3609 progress { Link Here
3603
4023
3604
#browse-return-to-results {
4024
#browse-return-to-results {
3605
    background-color: #E8F0F6;
4025
    background-color: #E8F0F6;
3606
    border: 1px solid #B9D8D9;
4026
    border: 1px solid #bfd9b9;
3607
    border-bottom-width: 0;
4027
    border-bottom-width: 0;
3608
    border-top-left-radius: 5px;
4028
    border-top-left-radius: 5px;
3609
    border-top-right-radius: 5px;
4029
    border-top-right-radius: 5px;
Lines 3614-3620 progress { Link Here
3614
4034
3615
.browse-button {
4035
.browse-button {
3616
    background-color: #FFF;
4036
    background-color: #FFF;
3617
    border: 1px solid #B9D8D9;
4037
    border: 1px solid #bfd9b9;
3618
    color: #004D99;
4038
    color: #004D99;
3619
    display: block;
4039
    display: block;
3620
    overflow: hidden;
4040
    overflow: hidden;
Lines 3746-3752 input.renew { Link Here
3746
4166
3747
.date-select {
4167
.date-select {
3748
    label {
4168
    label {
3749
        display: inline-block;
3750
        width: 40%;
4169
        width: 40%;
3751
    }
4170
    }
3752
}
4171
}
Lines 3762-3768 input.renew { Link Here
3762
#i18nMenu {
4181
#i18nMenu {
3763
    .navbar-text {
4182
    .navbar-text {
3764
        .currentlanguage {
4183
        .currentlanguage {
3765
            color: #000;
4184
            color: #418940;
3766
            font-weight: bold;
4185
            font-weight: bold;
3767
        }
4186
        }
3768
    }
4187
    }
Lines 3802-3808 input.renew { Link Here
3802
4221
3803
.branchgriditem {
4222
.branchgriditem {
3804
    background-color: #FFFFFF;
4223
    background-color: #FFFFFF;
3805
    border: 1px solid #B9D8D9;
4224
    border: 1px solid #bfd9b9;
3806
    border-radius: 3px;
4225
    border-radius: 3px;
3807
    display: table-cell;
4226
    display: table-cell;
3808
    float: left;
4227
    float: left;
Lines 3829-3835 input.renew { Link Here
3829
4248
3830
#new_rule {
4249
#new_rule {
3831
    background-color: #F4F8F9;
4250
    background-color: #F4F8F9;
3832
    border: 2px solid #B9D8D9;
4251
    border: 2px solid #bfd9b9;
3833
    border-radius: 5px;
4252
    border-radius: 5px;
3834
    display: none;
4253
    display: none;
3835
    margin: .3em;
4254
    margin: .3em;
Lines 3890-3896 input.renew { Link Here
3890
}
4309
}
3891
4310
3892
#fixedlengthbuilderaction {
4311
#fixedlengthbuilderaction {
3893
    border: 3px solid #E6F0F2;
4312
    border: 3px solid #e3f1df;
3894
    left: 80%;
4313
    left: 80%;
3895
    padding: 5px;
4314
    padding: 5px;
3896
    position: relative;
4315
    position: relative;
Lines 4076-4082 input.renew { Link Here
4076
    padding: 5px 7px;
4495
    padding: 5px 7px;
4077
    margin: 3px 0 3px 0;
4496
    margin: 3px 0 3px 0;
4078
    border-radius: 5px;
4497
    border-radius: 5px;
4079
    background-color: rgba(0, 0, 0, 0.1);
4498
    background-color: rgba(0, 0, 0, .1);
4080
}
4499
}
4081
4500
4082
#stage_list_headings {
4501
#stage_list_headings {
Lines 4173-4240 input.renew { Link Here
4173
    }
4592
    }
4174
}
4593
}
4175
4594
4176
#lastborrower-window {
4177
    display: none;
4178
    background-image: linear-gradient(to left, #418940, #71B443);
4179
    box-shadow: 1px 1px 1px 0 #999;
4180
    color: #FFFFFF;
4181
    padding: .2em;
4182
    border-radius: 5px 5px 5px 5px;
4183
4184
    > * {
4185
        padding: 0 .4em;
4186
    }
4187
}
4188
4189
#lastborrower-remove {
4190
    cursor: pointer;
4191
    border-left: 1px solid #fff;
4192
}
4193
4194
#lastborrowerlink {
4195
    color: #FFFFFF;
4196
}
4197
4198
/* ==== MODULE LINKS - Start ==== */
4595
/* ==== MODULE LINKS - Start ==== */
4199
.buttons-list {
4596
.buttons-list {
4200
    // List containing the module links
4597
    /* List containing the module links */
4201
    margin-bottom: 30px;
4598
    margin: 30px 0;
4202
    padding: 0;
4599
    padding: 0;
4600
    margin-left: 15px;
4203
4601
4204
    li {
4602
    li {
4205
        // Standard attributes for the list elements
4603
        /* Standard attributes for the list elements */
4206
        list-style-type: none;
4604
        list-style-type: none;
4207
4605
        display: table;
4208
        a {
4606
        margin-bottom: 15px;
4209
            &.circ-button {
4210
                // Class used for each module link
4211
                background-color: #F4F8F9;
4212
                background-position: 5px 3px;
4213
                background-repeat: no-repeat;
4214
                border: 2px solid #B9D8D9;
4215
                border-radius: 6px;
4216
                box-sizing: content-box;
4217
                color: #000000;
4218
                display: block;
4219
                font-size: 110%;
4220
                font-weight: bold;
4221
                margin: .5em 0;
4222
                max-width: 260px;
4223
                padding: 8px;
4224
                text-decoration: none;
4225
4226
                &:hover {
4227
                    // Class used for each module link hover state
4228
                    border-color: #538200;
4229
                    color: #538200;
4230
                }
4231
            }
4232
        }
4233
    }
4607
    }
4234
}
4608
}
4235
4609
4236
.about h2 {
4610
.about h2 {
4237
    border-bottom: 1px solid #B9D8D9;
4611
    border-bottom: 1px solid #bfd9b9;
4238
    padding: .5em .2em;
4612
    padding: .5em .2em;
4239
    margin:  .5em 0;
4613
    margin:  .5em 0;
4240
}
4614
}
Lines 4254-4280 input.renew { Link Here
4254
    column-gap: 2em;
4628
    column-gap: 2em;
4255
}
4629
}
4256
4630
4257
// ==== MODULE LINKS - End ====
4631
/* ==== MODULE LINKS - End ==== */
4258
4632
4259
#catalog-search-link {
4633
#catalog-search-link a {
4260
    border-right: 1px solid lighten( #E6F0F2, 15% );
4634
    padding-right: .2em;
4261
    padding-right: .3em;
4262
}
4635
}
4263
4636
4264
#catalog-search-dropdown {
4637
#catalog-search-dropdown a.dropdown-toggle {
4265
    padding: 0;
4638
    padding-left: .2em;
4266
4267
    & > a {
4268
        border-left: 1px solid darken( #B4D2D8, 5% );
4269
        margin-right: .6em;
4270
        padding: .4em .6em;
4271
4272
        &:hover,
4273
        &.catalog-search-dropdown-hover {
4274
            background-color: darken( #E6F0F2, 5% );
4275
            border-left: 1px solid darken( #B4D2D8, 15% );
4276
        }
4277
    }
4278
}
4639
}
4279
4640
4280
#tools_holidays {
4641
#tools_holidays {
Lines 4414-4420 div .suggestion_note { Link Here
4414
}
4775
}
4415
4776
4416
.currentlibrary {
4777
.currentlibrary {
4417
    background-color: #E6FCB7;
4418
    display: inline-block;
4778
    display: inline-block;
4419
    padding: 2px 4px;
4779
    padding: 2px 4px;
4420
}
4780
}
Lines 4517-4523 div .suggestion_note { Link Here
4517
4877
4518
        .open {
4878
        .open {
4519
            .dropdown-menu {
4879
            .dropdown-menu {
4520
                background-color: #FFF;
4880
                background-color: #352C2E;
4521
                border: 1px solid #ccc;
4881
                border: 1px solid #ccc;
4522
                position: absolute;
4882
                position: absolute;
4523
            }
4883
            }
Lines 4533-4540 div .suggestion_note { Link Here
4533
            padding-left: 1.5em;
4893
            padding-left: 1.5em;
4534
4894
4535
            &:hover {
4895
            &:hover {
4536
                background-color: #0070A9;
4896
                text-decoration: underline;
4537
                color: #FFF;
4897
                color: #FFF;
4898
                background-color: #352C2E;
4899
                background-image: none;
4538
            }
4900
            }
4539
        }
4901
        }
4540
4902
Lines 4543-4549 div .suggestion_note { Link Here
4543
            box-shadow: unset;
4905
            box-shadow: unset;
4544
            float: none;
4906
            float: none;
4545
            left: auto;
4907
            left: auto;
4546
            position: relative;
4908
            position: initial;
4547
            right: auto;
4909
            right: auto;
4548
4910
4549
            &.dropdown-menu {
4911
            &.dropdown-menu {
Lines 4551-4568 div .suggestion_note { Link Here
4551
            }
4913
            }
4552
        }
4914
        }
4553
4915
4554
        .dropdown-menu {
4555
            li {
4556
                a {
4557
                    color: #004D99;
4558
4559
                    &:hover {
4560
                        color: #FFF;
4561
                    }
4562
                }
4563
            }
4564
        }
4565
4566
        .dropdown-toggle {
4916
        .dropdown-toggle {
4567
            display: none;
4917
            display: none;
4568
        }
4918
        }
4569
- 

Return to bug 30952