11 background-color: white
;
12 box-shadow: 0 6px 10px 0 rgba
(0, 0, 0, 0.3), 0 2px 2px 0 rgba
(0, 0, 0, 0.2), 0 1px 4px 0 rgba
(0, 0, 0, 0.37);
19 -webkit-user-select: text
;
25 .popover .content.no-margin {
32 background-image: url
(Images/popoverArrows.png);
40 .popover.top-left-arrow .arrow {
41 /* The default is top-left, no styles needed. */
44 .popover.top-right-arrow .arrow {
49 .popover.bottom-left-arrow .arrow {
54 background-position: 0 -19px;
57 .popover.bottom-right-arrow .arrow {
64 background-position: 0 -19px;
67 .source-frame-popover-title {
68 text-overflow: ellipsis
;
75 .source-frame-popover-tree {
76 border-top: 1px solid rgb
(184, 184, 184);
86 /* Custom popup scrollers */
88 .custom-popup-horizontal-scroll ::-webkit-scrollbar
,
89 .custom-popup-vertical-scroll ::-webkit-scrollbar {
94 .custom-popup-horizontal-scroll ::-webkit-scrollbar-corner
,
95 .custom-popup-vertical-scroll ::-webkit-scrollbar-corner {
99 .custom-popup-horizontal-scroll ::-webkit-resizer
,
100 .custom-popup-vertical-scroll ::-webkit-resizer {
104 .custom-popup-horizontal-scroll ::-webkit-scrollbar-button
,
105 .custom-popup-vertical-scroll ::-webkit-scrollbar-button {
109 /* Custom Horizontal Scrollbar Styles */
111 .custom-popup-horizontal-scroll ::-webkit-scrollbar:horizontal:corner-present {
112 border-right-width: 0;
115 .custom-popup-horizontal-scroll ::-webkit-scrollbar-thumb:horizontal {
116 -webkit-border-image: url
(Images/thumbHoriz.png) 0 11 0 11;
117 border-color: transparent
;
118 border-width: 0 11px;
122 .custom-popup-horizontal-scroll ::-webkit-scrollbar-thumb:horizontal:hover {
123 -webkit-border-image: url
(Images/thumbHoverHoriz.png) 0 11 0 11;
126 .custom-popup-horizontal-scroll ::-webkit-scrollbar-thumb:horizontal:active {
127 -webkit-border-image: url
(Images/thumbActiveHoriz.png) 0 11 0 11;
130 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:start {
134 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:end {
138 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:end:corner-present {
142 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:decrement {
143 -webkit-border-image: url
(Images/thumbHoriz.png) 0 11 0 11;
144 border-color: transparent
;
145 border-width: 0 0 0 11px;
148 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:increment {
149 -webkit-border-image: url
(Images/thumbHoriz.png) 0 11 0 11;
150 border-color: transparent
;
151 border-width: 0 11px 0 0;
154 /* Custom Vertical Scrollbar Styles */
156 .custom-popup-vertical-scroll ::-webkit-scrollbar:vertical:corner-present {
157 border-bottom-width: 0;
160 .custom-popup-vertical-scroll ::-webkit-scrollbar-thumb:vertical {
161 -webkit-border-image: url
(Images/thumbVert.png) 11 0 11 0;
162 border-color: transparent
;
163 border-width: 11px 0;
167 .custom-popup-vertical-scroll ::-webkit-scrollbar-thumb:vertical:hover {
168 -webkit-border-image: url
(Images/thumbHoverVert.png) 11 0 11 0;
171 .custom-popup-vertical-scroll ::-webkit-scrollbar-thumb:vertical:active {
172 -webkit-border-image: url
(Images/thumbActiveVert.png) 11 0 11 0;
175 .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:decrement {
178 .custom-popup-vertical-scroll ::-webkit-scrollbar-track:vertical {
179 background: linear-gradient
(to right
, rgb
(80, 80, 80), rgb
(192, 192, 192) 25%, rgb
(192, 192, 192));