User:Dgg/common.css: Difference between revisions

From IdleOn MMO Wiki
imported>Dgg
mNo edit summary
imported>Dgg
mNo edit summary
Line 8: Line 8:
.Infobox table {
.Infobox table {
     width: -webkit-fill-available;
     width: -webkit-fill-available;
}
.Infobox .tabs-content {
    width: 100%;
}
}



Revision as of 17:13, 8 March 2021

.InfoboxTabs .tabs-container {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
}

.Infobox table {
    width: -webkit-fill-available;
}

.Infobox .tabs-content {
    width: 100%;
}

.QuestTable {
	width:100%;
	background:#e6e6e6;
}

.QuestTable thead tr th {
	background-color:#916699;
}