2016-10-27 13:09:27 +00:00
|
|
|
/**
|
|
|
|
* Initialize
|
|
|
|
**/
|
|
|
|
|
|
|
|
.popupmenu {
|
2017-11-15 01:56:48 +00:00
|
|
|
min-width: 75px;
|
2017-08-14 15:02:58 +00:00
|
|
|
text-align: left;
|
2019-03-11 11:43:33 +00:00
|
|
|
padding: 0px;
|
2019-10-07 12:35:04 +00:00
|
|
|
width: 180px;
|
2017-08-14 15:02:58 +00:00
|
|
|
white-space: nowrap;
|
2014-05-11 22:41:58 +00:00
|
|
|
|
2016-10-27 13:09:27 +00:00
|
|
|
&__item {
|
|
|
|
list-style-type: none;
|
|
|
|
height: 35px;
|
|
|
|
}
|
2014-05-11 22:41:58 +00:00
|
|
|
|
2016-10-27 13:09:27 +00:00
|
|
|
// Link Appearance
|
2017-02-12 06:02:16 +00:00
|
|
|
&__link,
|
|
|
|
&__contents {
|
2016-10-27 13:09:27 +00:00
|
|
|
display: block;
|
|
|
|
box-sizing: border-box;
|
|
|
|
text-decoration: none;
|
|
|
|
height: 100%;
|
|
|
|
font-size: 9pt;
|
|
|
|
width: 100%;
|
2017-08-14 15:02:58 +00:00
|
|
|
cursor: pointer;
|
|
|
|
padding: 0 5px;
|
2019-03-11 11:43:33 +00:00
|
|
|
color: $popupMenuColor;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: $popupMenuHoverBackground;
|
|
|
|
color: $popupMenuHoverColor;
|
|
|
|
}
|
2014-05-19 12:49:20 +00:00
|
|
|
|
2016-10-27 13:09:27 +00:00
|
|
|
&.disabled {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
}
|
2014-05-11 22:41:58 +00:00
|
|
|
|
2017-05-22 20:29:47 +00:00
|
|
|
&__text {
|
2016-10-27 13:09:27 +00:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2017-08-14 15:02:58 +00:00
|
|
|
&__link {
|
|
|
|
i {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-05-22 20:29:47 +00:00
|
|
|
&__contents {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Positioning styles on the slider and its container are used to make
|
|
|
|
* the container fit the popup width, by removing the slider from the
|
|
|
|
* page flow, and then making the slider fit the container.
|
|
|
|
*/
|
|
|
|
.popupmenu__slider_container {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.popupmenu__slider {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
2017-07-04 20:42:26 +00:00
|
|
|
transform: translate(0, -50%);
|
2017-05-22 20:29:47 +00:00
|
|
|
width: 100%;
|
2019-03-11 11:43:33 +00:00
|
|
|
|
|
|
|
&::-webkit-slider-runnable-track {
|
|
|
|
background-color: $popupSliderColor;
|
|
|
|
}
|
|
|
|
|
|
|
|
&::-moz-range-track {
|
|
|
|
background-color: $popupSliderColor;
|
|
|
|
}
|
|
|
|
|
|
|
|
&::-ms-fill-lower {
|
|
|
|
background-color: $popupSliderColor;
|
|
|
|
}
|
2017-05-22 20:29:47 +00:00
|
|
|
}
|
|
|
|
}
|
2017-02-12 06:02:16 +00:00
|
|
|
}
|
|
|
|
|
2016-10-27 13:09:27 +00:00
|
|
|
&__icon {
|
|
|
|
vertical-align: middle;
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
2017-05-22 20:29:47 +00:00
|
|
|
min-width: 20px;
|
2016-10-27 13:09:27 +00:00
|
|
|
height: 100%;
|
2019-10-07 12:35:04 +00:00
|
|
|
padding-right: 10px;
|
2016-08-04 20:23:38 +00:00
|
|
|
|
2016-10-27 13:09:27 +00:00
|
|
|
> * {
|
|
|
|
@include absoluteAligning();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-11-29 11:36:22 +00:00
|
|
|
.icon-kick,
|
|
|
|
.icon-play,
|
|
|
|
.icon-stop {
|
2016-10-27 13:09:27 +00:00
|
|
|
font-size: 8pt;
|
|
|
|
}
|
2016-08-04 20:23:38 +00:00
|
|
|
}
|
|
|
|
|
2017-08-14 15:02:58 +00:00
|
|
|
/**
|
|
|
|
* Override reset css styling modifying all lists and set negative margin to
|
|
|
|
* reduce the visibility of padding on AtlasKit
|
|
|
|
* InlineDialogs.
|
|
|
|
*/
|
|
|
|
ul.popupmenu {
|
2019-03-11 11:43:33 +00:00
|
|
|
margin: -16px -24px;
|
2017-08-14 15:02:58 +00:00
|
|
|
}
|
|
|
|
|
2014-09-29 12:46:53 +00:00
|
|
|
span.remotevideomenu:hover ul.popupmenu, ul.popupmenu:hover {
|
2014-05-11 22:41:58 +00:00
|
|
|
display:block !important;
|
2017-01-06 01:18:07 +00:00
|
|
|
}
|