Merge branch 'ent-6446-Bug-visual-en-el-full-screen-mode-de-consolas-visuales' into 'develop'

fix visual view pure CV

See merge request artica/pandorafms!3643
This commit is contained in:
Daniel Rodriguez 2020-12-17 16:45:05 +01:00
commit ec472f6c6f
1 changed files with 17 additions and 0 deletions

View File

@ -8,6 +8,23 @@ div#vc-controls {
position: fixed;
top: 30px;
right: 20px;
width: 350px;
background-color: #ececec;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 5px;
border-radius: 3px;
}
div#vc-controls div#menu_tab {
margin: 0px;
}
div#vc-controls ul.white-box-content {
background-color: #ececec;
border: 0px;
}
div#vc-controls div.vc-title,