mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 00:59:48 -06:00
Instead of styling defined inside a page file, these settings are now kept in a dedicated css file. This has several advantages: - It comes much easier to maintain styling, all css files are easy to find and update - Browser can cache css files, which may improve page loading time - Separate theme css files exist, no more need to make selection by coding - This PR is a 1-to-1 move of existing inline styling to css files - In future more optimization can be made by consolidating css files
27 lines
1.5 KiB
CSS
27 lines
1.5 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.autoheight{width:100%;overflow-y:auto;margin-top:<?=$themes1?'-30px':'0'?>}
|
|
div#buttons{display:none}
|
|
.dropdown-menu{z-index:10001}
|