This commit is contained in:
Kevin Ross 2016-02-03 14:57:30 -06:00
commit a8a2d3f2c8
4 changed files with 12 additions and 10 deletions

View File

@ -2617,7 +2617,7 @@ fieldset[disabled] .navbar .btn-link:focus {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.dropdown-menu .divider {
background-color: rgba(229, 229, 229, 0.12);
background-color: rgba(0, 0, 0, 0.12);
}
.dropdown-menu li {
overflow: hidden;
@ -2841,13 +2841,15 @@ fieldset[disabled] .navbar .btn-link:focus {
height: 10%;
padding: 18px;
}
.card .card-footer button {
.card .card-footer button,
.card .card-footer a {
margin: 0 !important;
position: relative;
bottom: 25px;
width: auto;
}
.card .card-footer button:first-child {
.card .card-footer button:first-child,
.card .card-footer a:first-child {
left: -15px;
}
.modal-content {
@ -3243,15 +3245,15 @@ hr.on-light {
.selectize-control.multi .selectize-input.input-active:after {
right: 5px;
position: absolute;
font-size: 7px;
content: "\e894";
font-family: "Material-Design-Icons";
font-size: 25px;
content: "\e5c5";
font-family: 'Material Icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 4;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long