123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- /* Colors */
- .nokia-border-state-default > b {
- border-left: 1px solid #C0DEED;
- border-right: 1px solid #C0DEED;
- }
- .nokia-border-state-default.nokia-border-top > b {
- background: #F2F9FC;
- }
- .nokia-border-state-default.nokia-border-bottom > b {
- background: #E6F3F9;
- }
- .nokia-border-state-default b.nokia-b1 {
- background: #C0DEED;
- }
- .nokia-border-state-active > b {
- border-left: 1px solid #1587AC;
- border-right: 1px solid #1587AC;
- }
- .nokia-border-state-active.nokia-border-top > b {
- background: #3FB6DE;
- }
- .nokia-border-state-active.nokia-border-bottom > b {
- background: #5CC2E3;
- }
- .nokia-border-state-active b.nokia-b1 {
- background: #1587AC;
- }
- .nokia-border-state-hover > b {
- border-left: 1px solid #2CB3E0;
- border-right: 1px solid #2CB3E0;
- }
- .nokia-border-state-hover.nokia-border-top > b {
- background: #D2EAEF;
- }
- .nokia-border-state-hover.nokia-border-bottom > b {
- background: #DFF0F3;
- }
- .nokia-border-state-hover b.nokia-b1 {
- background: #2CB3E0;
- }
- .nokia-border-state-highlight > b {
- border-left: 1px solid #2CB3E0;
- border-right: 1px solid #2CB3E0;
- }
- .nokia-border-state-highlight.nokia-border-top > b {
- background: #3FB6DE;
- }
- .nokia-border-state-highlight.nokia-border-bottom > b {
- background: #5CC2E3;
- }
- .nokia-border-state-highlight b.nokia-b1 {
- background: #2CB3E0;
- }
- .nokia-border-state-disabled > .nokia-b1 {
- background: #C8C8C8;
- }
- .nokia-border-state-disabled > b {
- opacity: .35;
- background-image: none;
- }
- /* Images */
- /* Carousel */
- .nokia-carousel-arrow-left {
- background-image: url(images/arrow-left.png);
- }
- .nokia-carousel-arrow-right {
- background-image: url(images/arrow-right.png);
- }
- /* Checkbox */
- .nokia-checkbox-icon {
- background-image: url(images/checkbox.png);
- }
- /* Datepicker */
- .nokia-datepicker-image {
- background: url(images/calendar.png) no-repeat;
- }
- .nokia-datepicker-image-hover {
- background-position: 0 -60px;
- }
- /* Dropdown */
- .nokia-dropdown-arrow {
- background-image: url(images/arrow-down.png);
- }
- /* Image Description */
- .nokia-imagedescription-arrow {
- background-image: url(images/imagedescription.png);
- }
- /* Options Menu */
- .nokia-optionsmenu-label-content {
- background: transparent url(images/arrow-down-small.png) no-repeat scroll 98% 50%;
- }
- .ui-state-active .nokia-optionsmenu-label-content {
- background: transparent url(images/arrow-down-small-active.png) no-repeat scroll 98% 50%;
- }
- /* Radiobox */
- .nokia-radiobox-icon {
- background-image: url(images/radiobox.png);
- }
- /* Rating */
- .nokia-rating-star {
- background-image: url(images/rating.png);
- }
- /* Scroll */
- .nokia-scroll-arrow {
- background: url(images/scroll.png);
- }
- /* Tooltip */
- .nokia-tooltip-border {
- border:1px solid #1587AC;
- }
|