Tweaked some colours and the tooltip arrow size. Changed the master tooltip z-index, as the previsou fix didn't work in all cases. This results in not being able to use tooltips on pop-overs.
- Legacy-Id: 9452
This commit is contained in:
parent
e7f0b2379b
commit
d7d408fdd1
|
@ -300,13 +300,13 @@
|
|||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
|
||||
}
|
||||
.alert-success {
|
||||
background-image: -webkit-linear-gradient(top, #b0fd91 0%, #96fd6b 100%);
|
||||
background-image: -o-linear-gradient(top, #b0fd91 0%, #96fd6b 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#b0fd91), to(#96fd6b));
|
||||
background-image: linear-gradient(to bottom, #b0fd91 0%, #96fd6b 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb0fd91', endColorstr='#ff96fd6b', GradientType=0);
|
||||
background-image: -webkit-linear-gradient(top, #b5f29c 0%, #9cee7a 100%);
|
||||
background-image: -o-linear-gradient(top, #b5f29c 0%, #9cee7a 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#b5f29c), to(#9cee7a));
|
||||
background-image: linear-gradient(to bottom, #b5f29c 0%, #9cee7a 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5f29c', endColorstr='#ff9cee7a', GradientType=0);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #7bfc45;
|
||||
border-color: #83ea58;
|
||||
}
|
||||
.alert-info {
|
||||
background-image: -webkit-linear-gradient(top, #fdf7d8 0%, #fbf0b4 100%);
|
||||
|
@ -431,11 +431,11 @@
|
|||
background-repeat: repeat-x;
|
||||
}
|
||||
.panel-success > .panel-heading {
|
||||
background-image: -webkit-linear-gradient(top, #b0fd91 0%, #9ffd77 100%);
|
||||
background-image: -o-linear-gradient(top, #b0fd91 0%, #9ffd77 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#b0fd91), to(#9ffd77));
|
||||
background-image: linear-gradient(to bottom, #b0fd91 0%, #9ffd77 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb0fd91', endColorstr='#ff9ffd77', GradientType=0);
|
||||
background-image: -webkit-linear-gradient(top, #b5f29c 0%, #a4ef85 100%);
|
||||
background-image: -o-linear-gradient(top, #b5f29c 0%, #a4ef85 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#b5f29c), to(#a4ef85));
|
||||
background-image: linear-gradient(to bottom, #b5f29c 0%, #a4ef85 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5f29c', endColorstr='#ffa4ef85', GradientType=0);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
.panel-info > .panel-heading {
|
||||
|
|
2
bootstrap/dist/css/bootstrap-theme.css.map
vendored
2
bootstrap/dist/css/bootstrap-theme.css.map
vendored
File diff suppressed because one or more lines are too long
2
bootstrap/dist/css/bootstrap-theme.min.css
vendored
2
bootstrap/dist/css/bootstrap-theme.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1379,10 +1379,10 @@ a.bg-primary:hover {
|
|||
background-color: #181428;
|
||||
}
|
||||
.bg-success {
|
||||
background-color: #b0fd91;
|
||||
background-color: #b5f29c;
|
||||
}
|
||||
a.bg-success:hover {
|
||||
background-color: #8dfd5e;
|
||||
background-color: #93ec6f;
|
||||
}
|
||||
.bg-info {
|
||||
background-color: #fdf7d8;
|
||||
|
@ -2362,14 +2362,14 @@ table th[class*="col-"] {
|
|||
.table > thead > tr.success > th,
|
||||
.table > tbody > tr.success > th,
|
||||
.table > tfoot > tr.success > th {
|
||||
background-color: #b0fd91;
|
||||
background-color: #b5f29c;
|
||||
}
|
||||
.table-hover > tbody > tr > td.success:hover,
|
||||
.table-hover > tbody > tr > th.success:hover,
|
||||
.table-hover > tbody > tr.success:hover > td,
|
||||
.table-hover > tbody > tr:hover > .success,
|
||||
.table-hover > tbody > tr.success:hover > th {
|
||||
background-color: #9ffd77;
|
||||
background-color: #a4ef85;
|
||||
}
|
||||
.table > thead > tr > td.info,
|
||||
.table > tbody > tr > td.info,
|
||||
|
@ -2809,7 +2809,7 @@ select[multiple].form-group-lg .form-control {
|
|||
.has-success.radio-inline label,
|
||||
.has-success.checkbox-inline label {
|
||||
color: #000;
|
||||
background-color: #b0fd91;
|
||||
background-color: #b5f29c;
|
||||
}
|
||||
.has-success .form-control {
|
||||
border-color: #000;
|
||||
|
@ -2823,7 +2823,7 @@ select[multiple].form-group-lg .form-control {
|
|||
}
|
||||
.has-success .input-group-addon {
|
||||
color: #000;
|
||||
background-color: #b0fd91;
|
||||
background-color: #b5f29c;
|
||||
border-color: #000;
|
||||
}
|
||||
.has-success .form-control-feedback {
|
||||
|
@ -4956,11 +4956,11 @@ a.thumbnail.active {
|
|||
}
|
||||
.alert-success {
|
||||
color: #000;
|
||||
background-color: #b0fd91;
|
||||
border-color: #b5fd77;
|
||||
background-color: #b5f29c;
|
||||
border-color: #b6ef85;
|
||||
}
|
||||
.alert-success hr {
|
||||
border-top-color: #a7fd5e;
|
||||
border-top-color: #a8ec6f;
|
||||
}
|
||||
.alert-success .alert-link {
|
||||
color: #000;
|
||||
|
@ -5213,7 +5213,7 @@ a.list-group-item:focus {
|
|||
}
|
||||
.list-group-item-success {
|
||||
color: #000;
|
||||
background-color: #b0fd91;
|
||||
background-color: #b5f29c;
|
||||
}
|
||||
a.list-group-item-success {
|
||||
color: #000;
|
||||
|
@ -5224,7 +5224,7 @@ a.list-group-item-success .list-group-item-heading {
|
|||
a.list-group-item-success:hover,
|
||||
a.list-group-item-success:focus {
|
||||
color: #000;
|
||||
background-color: #9ffd77;
|
||||
background-color: #a4ef85;
|
||||
}
|
||||
a.list-group-item-success.active,
|
||||
a.list-group-item-success.active:hover,
|
||||
|
@ -5575,22 +5575,22 @@ a.list-group-item-danger.active:focus {
|
|||
border-bottom-color: #2c254a;
|
||||
}
|
||||
.panel-success {
|
||||
border-color: #b5fd77;
|
||||
border-color: #b6ef85;
|
||||
}
|
||||
.panel-success > .panel-heading {
|
||||
color: #000;
|
||||
background-color: #b0fd91;
|
||||
border-color: #b5fd77;
|
||||
background-color: #b5f29c;
|
||||
border-color: #b6ef85;
|
||||
}
|
||||
.panel-success > .panel-heading + .panel-collapse > .panel-body {
|
||||
border-top-color: #b5fd77;
|
||||
border-top-color: #b6ef85;
|
||||
}
|
||||
.panel-success > .panel-heading .badge {
|
||||
color: #b0fd91;
|
||||
color: #b5f29c;
|
||||
background-color: #000;
|
||||
}
|
||||
.panel-success > .panel-footer + .panel-collapse > .panel-body {
|
||||
border-bottom-color: #b5fd77;
|
||||
border-bottom-color: #b6ef85;
|
||||
}
|
||||
.panel-info {
|
||||
border-color: #fbe4b6;
|
||||
|
@ -5845,7 +5845,7 @@ button.close {
|
|||
}
|
||||
.tooltip {
|
||||
position: absolute;
|
||||
z-index: 1070;
|
||||
z-index: 1035;
|
||||
display: block;
|
||||
font-family: "PT Serif", "Palatino", "Neue Swift", serif;
|
||||
font-size: 12.61344623px;
|
||||
|
@ -5859,28 +5859,28 @@ button.close {
|
|||
opacity: .9;
|
||||
}
|
||||
.tooltip.top {
|
||||
padding: 5px 0;
|
||||
padding: 8px 0;
|
||||
margin-top: -3px;
|
||||
}
|
||||
.tooltip.right {
|
||||
padding: 0 5px;
|
||||
padding: 0 8px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
.tooltip.bottom {
|
||||
padding: 5px 0;
|
||||
padding: 8px 0;
|
||||
margin-top: 3px;
|
||||
}
|
||||
.tooltip.left {
|
||||
padding: 0 5px;
|
||||
padding: 0 8px;
|
||||
margin-left: -3px;
|
||||
}
|
||||
.tooltip-inner {
|
||||
max-width: 200px;
|
||||
max-width: 250px;
|
||||
padding: 3px 8px;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
background-color: #fdf7d8;
|
||||
background-color: #ffe357;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.tooltip-arrow {
|
||||
|
@ -5893,58 +5893,58 @@ button.close {
|
|||
.tooltip.top .tooltip-arrow {
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
border-width: 5px 5px 0;
|
||||
border-top-color: #9c8307;
|
||||
margin-left: -8px;
|
||||
border-width: 8px 8px 0;
|
||||
border-top-color: #ffe357;
|
||||
}
|
||||
.tooltip.top-left .tooltip-arrow {
|
||||
right: 5px;
|
||||
right: 8px;
|
||||
bottom: 0;
|
||||
margin-bottom: -5px;
|
||||
border-width: 5px 5px 0;
|
||||
border-top-color: #9c8307;
|
||||
margin-bottom: -8px;
|
||||
border-width: 8px 8px 0;
|
||||
border-top-color: #ffe357;
|
||||
}
|
||||
.tooltip.top-right .tooltip-arrow {
|
||||
bottom: 0;
|
||||
left: 5px;
|
||||
margin-bottom: -5px;
|
||||
border-width: 5px 5px 0;
|
||||
border-top-color: #9c8307;
|
||||
left: 8px;
|
||||
margin-bottom: -8px;
|
||||
border-width: 8px 8px 0;
|
||||
border-top-color: #ffe357;
|
||||
}
|
||||
.tooltip.right .tooltip-arrow {
|
||||
top: 50%;
|
||||
left: 0;
|
||||
margin-top: -5px;
|
||||
border-width: 5px 5px 5px 0;
|
||||
border-right-color: #9c8307;
|
||||
margin-top: -8px;
|
||||
border-width: 8px 8px 8px 0;
|
||||
border-right-color: #ffe357;
|
||||
}
|
||||
.tooltip.left .tooltip-arrow {
|
||||
top: 50%;
|
||||
right: 0;
|
||||
margin-top: -5px;
|
||||
border-width: 5px 0 5px 5px;
|
||||
border-left-color: #9c8307;
|
||||
margin-top: -8px;
|
||||
border-width: 8px 0 8px 8px;
|
||||
border-left-color: #ffe357;
|
||||
}
|
||||
.tooltip.bottom .tooltip-arrow {
|
||||
top: 0;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
border-width: 0 5px 5px;
|
||||
border-bottom-color: #9c8307;
|
||||
margin-left: -8px;
|
||||
border-width: 0 8px 8px;
|
||||
border-bottom-color: #ffe357;
|
||||
}
|
||||
.tooltip.bottom-left .tooltip-arrow {
|
||||
top: 0;
|
||||
right: 5px;
|
||||
margin-top: -5px;
|
||||
border-width: 0 5px 5px;
|
||||
border-bottom-color: #9c8307;
|
||||
right: 8px;
|
||||
margin-top: -8px;
|
||||
border-width: 0 8px 8px;
|
||||
border-bottom-color: #ffe357;
|
||||
}
|
||||
.tooltip.bottom-right .tooltip-arrow {
|
||||
top: 0;
|
||||
left: 5px;
|
||||
margin-top: -5px;
|
||||
border-width: 0 5px 5px;
|
||||
border-bottom-color: #9c8307;
|
||||
left: 8px;
|
||||
margin-top: -8px;
|
||||
border-width: 0 8px 8px;
|
||||
border-bottom-color: #ffe357;
|
||||
}
|
||||
.popover {
|
||||
position: absolute;
|
||||
|
|
2
bootstrap/dist/css/bootstrap.css.map
vendored
2
bootstrap/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
bootstrap/dist/css/bootstrap.min.css
vendored
2
bootstrap/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue