style.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. @font-face {
  2. font-family: 'o2sel';
  3. src: url('../x_component_Selector/$Selector/flow/fonts/o2sel.eot?yrb45j');
  4. src: url('../x_component_Selector/$Selector/flow/fonts/o2sel.eot?yrb45j#iefix') format('embedded-opentype'),
  5. url('../x_component_Selector/$Selector/flow/fonts/o2sel.ttf?yrb45j') format('truetype'),
  6. url('../x_component_Selector/$Selector/flow/fonts/o2sel.woff?yrb45j') format('woff'),
  7. url('../x_component_Selector/$Selector/flow/fonts/o2sel.svg?yrb45j#o2sel') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. font-display: block;
  11. }
  12. [class^="o2icon-"], [class*=" o2icon-"] {
  13. /* use !important to prevent issues with browser extensions that change fonts */
  14. font-family: 'o2sel' !important;
  15. speak: never;
  16. font-style: normal;
  17. font-weight: normal;
  18. font-variant: normal;
  19. text-transform: none;
  20. line-height: 1;
  21. /* Better Font Rendering =========== */
  22. -webkit-font-smoothing: antialiased;
  23. -moz-osx-font-smoothing: grayscale;
  24. }
  25. .o2icon-cancel-circle1:before {
  26. content: "\ea0e";
  27. }
  28. .o2icon-sort-alpha-asc:before {
  29. content: "\ea48";
  30. }
  31. .o2icon-search11:before {
  32. content: "\e994";
  33. }
  34. .o2icon-checkbox:before {
  35. content: "\e967";
  36. }
  37. .MWF_selector_searchIcon{
  38. position: absolute;
  39. left: 6px;
  40. top: 5px;
  41. height: 16px;
  42. width: 16px;
  43. color: #4A90E2;
  44. font-size: 12px;
  45. }
  46. .MWF_selector_letterActionNode{
  47. position: absolute;
  48. right: 5px;
  49. top: 5px;
  50. height: 16px;
  51. width: 16px;
  52. cursor: pointer;
  53. font-size: 13px;
  54. color: #666;
  55. }
  56. .MWF_selector_letterActionNode_active{
  57. color: #4A90E2;
  58. }