123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- /**/
-
-
- .close_button {
- /*background-color: #fff;*/
- /*color: #fff;*/
- fill: #fff7;
- /*stroke: #fff7;*/
- /*stroke: #777;*/
- fill: #777;
- /*padding: 10px;*/
- margin: 10px;
- right: 0px;
- position: absolute;
- }
-
-
- .close_button:hover {
- fill: #bbb;
- stroke: #bbb;
-
- }
-
- .popup_icons .settings-button-container {
- display: inline-block;
- /*padding: 10px;*/
- margin: 10px;
- margin-bottom: 0px;
-
- }
- .popup_icons {
-
- align-items: center;
- position: relative;
- display: inline-block;
- /*display: inline;*/
- /*display: block;*/
- /*position: absolute;*/
- position: relative;
- margin: auto;
- /*display: flex;*/
- }
- .popup_icons_container {
- text-align: center;
-
-
- margin: auto;
- align-items: center;
- position: relative;
- align-items: center;
-
- }
-
-
- .ieven {
- /*display: inline-block;*/
- /*padding: 10px;*/
- /*margin: 10px;*/
-
- /*background: red;*/
- }
-
- .ieven .toolbox-icon{
- background: #fff !important;
-
- }
-
-
- .ieven svg{
- /*toolbox-icon*/
- fill: #5e6d7a !important;
- /*background-color*/
- }
-
-
-
- .popup_item {
-
- }
-
- .ovmu_item >div:hover {
- /*background-color: #*/
- /*background-color:#313D52;*/
- background-color:#446;
- color:#eee;
- }
-
- .overflow-menu .overflow-menu-item.ovmu_item {
- background-color: unset !important;
- color: unset !important;
- }
-
- .ji_mic_on > svg:first-child{
- /*fill:#444 !important; */
- fill:#999 !important;
- /*stroke: #444 !important;*/
- }
-
- .x_svg{
- left:10px;
- top :-5px;
- /*right:0;*/
- fill:#fff !important;
- /*stroke: #f00 !important;*/
- position: absolute;
- }
-
- .popup_item_req .popupmenu__link{
- /*font-size: 3em !important;*/
- font-size: 12pt !important;
-
- }
-
- .popup_item_req .popupmenu__text:hover{
- /*font-size: 3em !important;*/
- color: #fff;
- /*font-size: 12pt !important;*/
-
- }
-
- .popup_item_req .popupmenu__text{
- /*font-size: 3em !important;*/
- /*color: #fff;*/
- pointer-events:unset !important;
- z-index: 200 !important;
- /*font-size: 12pt !important;*/
-
- }
- .popup_item_req .popupmenu__link{
- pointer-events:unset !important;
- }
-
- /*pointer-events:none*/
- .plugin_top_v3 > .popup_body{
- width: 600px;
-
- }
- .plugin_top_v3 > .popup_body .popup_txt{
- font-size: 14pt;
- }
-
-
-
- .ff_timeout {
- width: 4em;
- }
|