84 lines
1.6 KiB
CSS
84 lines
1.6 KiB
CSS
/*
|
|
* Copyright @ 2015 Atlassian Pty Ltd
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
#settingsmenu {
|
|
background: black;
|
|
color: #00ccff;
|
|
}
|
|
|
|
#settingsmenu input, select {
|
|
margin-top: 10px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
font-size: 14px;
|
|
background: #3a3a3a;
|
|
border: none;
|
|
box-shadow: none;
|
|
color: #a7a7a7;
|
|
}
|
|
|
|
#settingsmenu .arrow-up {
|
|
width: 0;
|
|
height: 0;
|
|
border-left: 5px solid transparent;
|
|
border-right: 5px solid transparent;
|
|
border-bottom: 5px solid #3a3a3a;
|
|
position: relative;
|
|
top: 10px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
#settingsmenu button {
|
|
width: 45%;
|
|
left: 26%;
|
|
padding: 0;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#settingsmenu #avatar {
|
|
width: 24%;
|
|
left: 38%;
|
|
border-radius: 25px;
|
|
position: relative;
|
|
}
|
|
|
|
#settingsmenu .icon-settings {
|
|
padding: 34px;
|
|
}
|
|
|
|
#languages_selectbox{
|
|
height: 40px;
|
|
}
|
|
|
|
|
|
#startMutedOptions {
|
|
padding-left: 10%;
|
|
text-indent: -10%;
|
|
}
|
|
|
|
#startAudioMuted {
|
|
width: 13px !important;
|
|
}
|
|
|
|
#startVideoMuted {
|
|
width: 13px !important;
|
|
}
|
|
|
|
.startMutedLabel {
|
|
width: 94%;
|
|
float: left;
|
|
}
|