diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index 390199377..18fadcbf2 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -53,6 +53,7 @@ a.core-mainpanel-link-icon:hover { text-decoration: none; filter: none; } .carousel-indicators { top:10px; max-width: 200px; height: 40px; margin-left: 100px; } +li.divider { padding-top: 10px; border-bottom: 1px outset #262626; margin-bottom: 10px; } /* TODO - use col-xx-x markup where core-mainpanel-block occurs. ? */ @media (max-width: 1700px){ @@ -132,7 +133,7 @@ table label.checkbox { margin-left: 20px } .panel-default:hover { transition: color .50s ease-in-out; -moz-transition: color .50s ease-in-out; -webkit-transition: color .50s ease-in-out; color: #fff } #admin-ui-edit { } -#admin-ui-edit-db-language { margin-bottom: -30px; margin-top:-10px; padding-bottom:5px; padding-right:5px } +#admin-ui-edit-db-language { margin-bottom: -30px; padding-bottom:5px; padding-right:5px } td.options .btn-group { display: flex; } diff --git a/e107_themes/bootstrap3/css/bootstrap_dark.css b/e107_themes/bootstrap3/css/bootstrap_dark.css index 2eba0bff4..70a325719 100644 --- a/e107_themes/bootstrap3/css/bootstrap_dark.css +++ b/e107_themes/bootstrap3/css/bootstrap_dark.css @@ -6810,8 +6810,7 @@ button.close { margin-left: 5px; margin-right: 5px; } -.btn, -.btn:hover { +button.tbox { border-color: rgba(0, 0, 0, 0.6); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); background-image: -webkit-linear-gradient(#303030, #212121 60%, #171717); @@ -6821,8 +6820,7 @@ button.close { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff303030', endColorstr='#ff171717', GradientType=0); filter: none; } -.btn:hover, -.btn:hover:hover { +button.tbox:hover { background-image: -webkit-linear-gradient(#000000, #000000 40%, #000000); background-image: -o-linear-gradient(#000000, #000000 40%, #000000); background-image: linear-gradient(#000000, #000000 40%, #000000); @@ -6830,6 +6828,11 @@ button.close { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0); filter: none; } +.btn, +.btn:hover { + border-color: rgba(0, 0, 0, 0.6); + text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); +} .btn-default { background-image: -webkit-linear-gradient(#303030, #212121 60%, #171717); background-image: -o-linear-gradient(#303030, #212121 60%, #171717);