mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 07:25:43 +02:00
Update styling of console log
This commit is contained in:
parent
a8ec4bb844
commit
16cf86ba6b
1 changed files with 3 additions and 2 deletions
|
@ -36,8 +36,9 @@ ul.tabs {
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.tabs li {
|
ul.tabs li {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #535353;
|
||||||
background: none;
|
background: none;
|
||||||
color: #222;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -45,12 +46,12 @@ ul.tabs li {
|
||||||
|
|
||||||
ul.tabs li.current {
|
ul.tabs li.current {
|
||||||
background-color: #ededed;
|
background-color: #ededed;
|
||||||
color: #222;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-pane {
|
.tab-pane {
|
||||||
display: none;
|
display: none;
|
||||||
background-color: #ededed;
|
background-color: #ededed;
|
||||||
|
color: #141616;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
Loading…
Reference in a new issue