mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Issue #1138 - Bootstrap3 list dividers.
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
11
e107_themes/bootstrap3/css/bootstrap_dark.css
vendored
11
e107_themes/bootstrap3/css/bootstrap_dark.css
vendored
@@ -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);
|
||||
|
Reference in New Issue
Block a user