Files
webgui/emhttp/plugins/dynamix/sheets/Browse.css
T
2024-07-08 11:53:09 -07:00

88 lines
1.8 KiB
CSS

div#ace_settingsmenu,
table#controls,
table#more-controls {
margin-top: 0;
background-color: #f2f2f2;
}
tr.ace_optionsMenuEntry td {
padding: 4px;
color: #1c1b1b;
}
tr.ace_optionsMenuEntry td select option {
color: #1c1b1b;
background-color: #e8e8e8;
}
tr.ace_optionsMenuEntry td input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: auto;
cursor: pointer;
}
tr.ace_optionsMenuEntry td input[type="number"] {
-moz-appearance: auto;
margin: 0;
}
.title {
letter-spacing: 1px;
}
.title span.left {
text-transform: none;
}
.loc {
text-align: left !important;
padding-left: 0 !important;
}
table.tablesorter.indexer {
margin-top: 0;
}
table.tablesorter.indexer thead th:nth-child(1) {
width: 12px;
text-align: left;
padding-left: 11px;
}
table.tablesorter.indexer thead th:nth-child(2) {
width: 3% !important;
}
table.tablesorter.indexer thead th:nth-child(3) {
width: auto !important;
}
table.tablesorter.indexer thead th:nth-child(n + 4) {
width: 10% !important;
}
table.tablesorter.indexer thead th:nth-child(9) {
width: 3% !important;
}
/* table.tablesorter.indexer tbody tr:hover td{background-color:<?=$dfm['hover']?>} */
table.tablesorter.indexer thead th {
text-align: left;
}
table.tablesorter.indexer tbody td {
text-align: left;
}
table.tablesorter.indexer thead th:last-child {
text-align: right;
}
table.tablesorter.indexer tbody td:last-child {
text-align: right;
}
i[id^="row_"],
i[id^="check_"] {
cursor: pointer;
font-size: 1.8rem;
color: gray;
}
td[id^="name_"] {
cursor: pointer;
}
i.fa-home {
font-size: 2rem;
}
i.fa-chevron-right {
font-size: 1.2rem;
margin: 0 8px;
}
div#buttons {
display: none;
}
.dropdown-menu {
z-index: 10001;
}