Advertisement
RiQ363

Untitled

Aug 29th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.50 KB | None | 0 0
  1. .ecwid-fieldLabel {
  2.     color:#6e8bb4 !important;
  3. }
  4.  
  5. table.gwt-TabBarItem-selected td {
  6.     background: #ce277d !important;
  7. }
  8.  
  9. table.gwt-TabBarItem-selected td.tabTopLeft {
  10.     background: #ce277d !important;
  11.     border-radius: 50px 0 0 0;
  12. }
  13.  
  14. table.gwt-TabBarItem-selected td.tabTopRight {
  15.     background: #ce277d !important;
  16.     border-radius: 0 50px 0 0;
  17. }
  18.  
  19. table.gwt-TabBarItem-selected .tabMiddleCenter {
  20.     background:none !important;
  21. }
  22.  
  23. table.gwt-TabBarItem-selected td.tabMiddle {
  24.     width:5px !important;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement