height: 0;
top: -4px;
right: -15px;
- z-index: 10;
+ z-index: 20;
}
.breadcrumbs > ul > li > .pointer > span {
white-space: nowrap;
}
-@media screen and (min-width: 480px), screen and (min-device-width: 480px) {
-
- .breadcrumbs > ul > li a {
- max-width: 250px;
- }
-
-}
-
-@media screen and (max-width: 480px), screen and (max-device-width: 480px) {
-
- .breadcrumbs > ul > li a {
- max-width: 100px;
- }
-
-}
-
.breadcrumbs > ul > li:first-child a {
border-radius: 5px 0 0 5px;
background-image: url('../../icon/home1.svg');
color: rgba(102, 102, 102, 1);
background-color: #f9f9f9;
position: relative;
- z-index: 20;
+ z-index: 10;
}
.breadcrumbs > ul > li:hover > .pointer > span {
button:hover,
.button:hover,
+.default .button:hover,
input[type='reset']:hover,
input[type='submit']:hover,
input[type='button']:hover,
button:focus,
.button:focus,
+.default .button:focus,
input[type='reset']:focus,
input[type='submit']:focus,
input[type='button']:focus,
.likesWidget > ul > li a:focus,
button:active,
.button:active,
+.active .button,
input[type='reset']:active,
input[type='submit']:active,
input[type='button']:active,
/* Default Normal State */
button.default,
-.button.default,
+.default .button,
input[type='submit'],
input[type='button'].default,
.smallButtons > li.default > a,
/* Default Hover State */
button.default:hover,
-.button.default:hover,
+.default .button:hover,
input[type='submit']:hover,
input[type='button'].default:hover,
.largeButtons > li.default > a:hover,
/* Default Active State */
button.default:focus,
-.button.default:focus,
+.default .button:focus,
input[type='submit']:focus,
input[type='button'].default:focus,
.smallButtons > li.default > a:active,
.largeButtons > li.default > a:active,
button.default:active,
-.button.default:active,
+.default .button:active,
input[type='submit']:active,
input[type='button'].default:active,
.smallButtons > li.default > a:active,
/* Disabled State */
button[disabled='disabled'],
-.button.disabled,
+.disabled .button,
input[disabled='disabled'],
input[type='button'][disabled='disabled'],
.smallButtons > li.disabled > a,
border-style: solid;
border-color: transparent rgba(204, 204, 204, 1);
display: inline-block !important;
- width: 0;
position: absolute;
+ width: 0;
bottom: 3px !important;
right: -6px;
}
border-style: solid;
border-color: transparent rgba(255, 255, 255, 1);
display: inline-block;
- width: 0;
position: absolute;
+ width: 0;
bottom: -5px;
left: -6px;
}