mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 16:26:17 +02:00
Replace tabulations for spaces.
Replace tabulations for spaces in the code.
This commit is contained in:
parent
fa7143c87e
commit
5c7e6e43c2
1 changed files with 31 additions and 31 deletions
|
@ -9,45 +9,45 @@
|
|||
*/
|
||||
|
||||
div.tabsContainer{
|
||||
float: left;
|
||||
width:32px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
float: left;
|
||||
width:32px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.tabsContainer button {
|
||||
//display: block;
|
||||
//color: black;
|
||||
padding: 4px;
|
||||
//width:100%;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
transition: 0.4s;
|
||||
font-size: 14px;
|
||||
background-color: #404040;
|
||||
border-color: #404040;
|
||||
border-width: 1px 0px 1px 1px;
|
||||
border-radius: 5px 0px 0px 5px;
|
||||
outline:none;
|
||||
}
|
||||
//display: block;
|
||||
//color: black;
|
||||
padding: 4px;
|
||||
//width:100%;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
transition: 0.4s;
|
||||
font-size: 14px;
|
||||
background-color: #404040;
|
||||
border-color: #404040;
|
||||
border-width: 1px 0px 1px 1px;
|
||||
border-radius: 5px 0px 0px 5px;
|
||||
outline:none;
|
||||
}
|
||||
|
||||
|
||||
.tabsContainer button:hover {
|
||||
background-color: #575757;
|
||||
}
|
||||
background-color: #575757;
|
||||
}
|
||||
|
||||
|
||||
.tabsContainer button.active {
|
||||
background-color: #2E2E2E;
|
||||
}
|
||||
background-color: #2E2E2E;
|
||||
}
|
||||
|
||||
div.labelTabHeader{
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
height: 40px;
|
||||
color:#ffffff;
|
||||
}
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
height: 40px;
|
||||
color:#ffffff;
|
||||
}
|
||||
|
||||
div.tab-section-header{
|
||||
width:100%;
|
||||
padding: 5px;
|
||||
}
|
||||
width:100%;
|
||||
padding: 5px;
|
||||
}
|
Loading…
Reference in a new issue