Advertisement
Gotolei

Tab Progress

Feb 4th, 2014
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.85 KB | None | 0 0
  1. /* hard-coded to match zukitwo-dark linux theme, will need to be modified for other themes/OSes */
  2.  
  3. .tab-progress {
  4.     margin-top: 17px !important;
  5.     margin-bottom: -3px !important;
  6.     height: 1px !important;
  7.     background: threedshadow !important;
  8.     border: 1px solid threedshadow !important;
  9.     border-radius: 3px !important;
  10. }
  11.  
  12. .tab-progress > .progress-bar {
  13.     background: #d1d1d1 !important;
  14.     border: none !important;
  15.     border-bottom: 1px solid #e0e0e0 !important;
  16. }
  17.  
  18. .tab-progress:not([selected="true"]) {
  19.     margin-top: 18px !important;
  20.     height: 2px !important;
  21.     background: threedshadow !important;
  22.     border: none !important;
  23.     border-radius: 3px 3px 0 0 !important;
  24. }
  25.  
  26. .tab-progress:not([selected="true"]) > .progress-bar {
  27.     background: #d1d1d1 !important;
  28.     border-radius: 3px 3px 0 0 !important;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement