@@ -587,20 +587,21 @@ form {
587587 position : relative;
588588 background-position : center;
589589 background-size : cover;
590- border-radius : 3px ;
590+ background-repeat : no-repeat;
591+ border-radius : 2px ;
591592 height : 230px ;
592593 width : 250px ;
593594}
594595
595596.itemImg .itemImg-large {
596597 /* flex row collapses unless a specific height is set */
597- height : 380 px ;
598- width : 100 % ;
598+ height : 472 px ;
599+ width : 514 px ;
599600 border-radius : 0 ;
600601}
601602
602603.itemImg .itemImg-small {
603- height : 82 px ;
604+ height : 111 px ;
604605 width : 121px ;
605606 margin : 0 10px 10px 0 ;
606607 border-radius : 1px ;
@@ -2583,11 +2584,6 @@ div.chatSearchOut .chatSearchIcon {
25832584 bor der- to p- right- radius: 0;
25842585}
25852586
2586- .btn .btn-back : before ,
2587- .btn .btn-fwd : before {
2588- opacity: 0.3;
2589- }
2590-
25912587.btn .btn-back .active : before ,
25922588.btn .btn-fwd .active : before {
25932589 opacity: 1;
@@ -5603,6 +5599,15 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
56035599 opacity: 0.7;
56045600}
56055601
5602+ #ov1 .disabled-icon {
5603+ pointer-events: none;
5604+ }
5605+
5606+ #ov1 .disabled-icon:before,
5607+ #ov1 .disabled [class *= "ion-"]:before {
5608+ opacity: 0.2;
5609+ }
5610+
56065611#ov1 .overflowVisible {
56075612 overflow: visible;
56085613}
@@ -5872,7 +5877,31 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
58725877
58735878#ov1.notFancy .notFancyDarkBackground,
58745879#ov1.notFancy #obContainer .notFancyDarkBackground {
5875- background: #262626;
5880+ background: #262626 !important;
5881+ }
5882+
5883+ #ov1.notFancy .disabled,
5884+ #ov1.notFancy #userPage .disabled,
5885+ #ov1.notFancy #obContainer .disabled,
5886+ #ov1.notFancy #overlay .disabled,
5887+ #ov1.notFancy #sideBar .disabled,
5888+ #ov1.notFancy #pageNav .disabled,
5889+ #ov1.notFancy #modalHolder .disabled,
5890+ #ov1.notFancy #messageModal .disabled,
5891+ #ov1.notFancy #statusBar .disabled {
5892+ opacity: 0.2 !important;
5893+ }
5894+
5895+ #ov1.notFancy .disabled2,
5896+ #ov1.notFancy #userPage .disabled2,
5897+ #ov1.notFancy #obContainer .disabled2,
5898+ #ov1.notFancy #overlay .disabled2,
5899+ #ov1.notFancy #sideBar .disabled2,
5900+ #ov1.notFancy #pageNav .disabled2,
5901+ #ov1.notFancy #modalHolder .disabled2,
5902+ #ov1.notFancy #messageModal .disabled2,
5903+ #ov1.notFancy #statusBar .disabled2 {
5904+ opacity: 0.7 !important;
58765905}
58775906
58785907/* add a shadow and a glow, so modal close buttons are still barely visible if the user picks a bad color */
0 commit comments