1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

More light admin theme color fixes.

This commit is contained in:
Cameron
2021-02-03 13:31:43 -08:00
parent 906bd1e337
commit e29c41941d
2 changed files with 5 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ a.core-mainpanel-link-icon:hover { text-decoration: none; filter: none; }
.e-overlay .thumbnail { margin:0; }
.admin-ui-grid img.fallback { opacity: 0.3; }
.admin-ui-grid img { max-width: 100%; height:auto; margin-left: auto; margin-right: auto; display:flex}
.admin-ui-grid img { max-width: 100%; /*height:auto;*/ margin-left: auto; margin-right: auto; display:flex}
.admin-ui-grid img.icon { padding:15px; max-height: 250px; margin-left: auto; margin-right: auto; display: flex; }
.admin-ui-grid img.icon-svg { width: 100%; }
.admin-ui-grid .panel-footer { font-size:1em; /*height:30px; overflow:hidden*/}

View File

@@ -1107,7 +1107,7 @@
.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}
.jumbotron .h1,.jumbotron h1{font-size:63px}
}
.thumbnail{padding:4px;line-height:1.42857143;background-color:#2f2f2f;border:1px solid #0f0f0f;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}
.thumbnail{padding:4px;line-height:1.42857143;background-color:rgba(0,0,0,0.3);;border:1px solid rgba(0,0,0,0.3);border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}
.thumbnail a>img,.thumbnail>img{margin-left:auto;margin-right:auto}
.thumbnail .caption{padding:9px;color:#c6c6c6}
.alert{padding:15px;border:1px solid transparent;border-radius:4px}
@@ -1196,13 +1196,13 @@
.panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}
.list-group-item-heading{margin-top:0;margin-bottom:5px}
.list-group-item-text{margin-bottom:0;line-height:1.3}
.panel{margin-bottom:20px;background-color:#373737;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
.panel{margin-bottom:20px;background-color:rgba(0, 0, 0, 0.05);border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
.panel-title,.panel>.list-group,.panel>.panel-collapse>.list-group,.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}
.panel-body{padding:15px}
.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}
.panel-group .panel-heading,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}
.panel-title{margin-top:0;font-size:16px}
.panel-footer{padding:10px 15px;background-color:#494949;border-top:1px solid rgba(0,0,0,.6);border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel-footer{padding:10px 15px;background-color:rgba(0,0,0,0.1);border-top:1px solid rgba(0,0,0,0.3);border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}
.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}
@@ -1230,7 +1230,7 @@
.panel-danger>.panel-heading+.panel-collapse>.panel-body,.panel-default>.panel-heading+.panel-collapse>.panel-body,.panel-info>.panel-heading+.panel-collapse>.panel-body,.panel-primary>.panel-heading+.panel-collapse>.panel-body,.panel-success>.panel-heading+.panel-collapse>.panel-body,.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:rgba(0,0,0,.6)}
.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid rgba(0,0,0,.6)}
.panel-danger>.panel-footer+.panel-collapse>.panel-body,.panel-default>.panel-footer+.panel-collapse>.panel-body,.panel-info>.panel-footer+.panel-collapse>.panel-body,.panel-primary>.panel-footer+.panel-collapse>.panel-body,.panel-success>.panel-footer+.panel-collapse>.panel-body,.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:rgba(0,0,0,.6)}
.panel-default>.panel-heading{color:#fff;background-color:#494949;border-color:rgba(0,0,0,.6)}
.panel-default>.panel-heading{color:#fff;background-color:rgba(0,0,0,0.3);border-color:rgba(0,0,0,.3)}
.panel-default>.panel-heading .badge{color:#494949;background-color:#fff}
.panel-primary>.panel-heading{color:#fff;background-color:#337ab7}
.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}