Changeset 27783
- Timestamp:
- 01/02/09 20:09:31 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/colors/sweets.vimp
r27243 r27783 36 36 37 37 style -name tab chrome://* <<EOM 38 #content { background-color: # ddd; } /* tabbar */38 #content { background-color: #ccc; } /* tabbar */ 39 39 .tabs-alltabs-button { padding: 0 !important; } 40 .tabs-container { height: 20px; border-bottom: 2px solid #000; }41 40 .tabs-container > stack { display: none; } /* remove tab selection menu */ 41 /*.tabs-container .box-inherit.scrollbox-innerbox { border-bottom: 1px solid #404040; } /* tab bar position: top */ 42 .tabs-container scrollbox { 43 background-color: #adadad; 44 border-bottom: 1px solid #000; 45 } 42 46 .tabbrowser-tab { 43 47 -moz-apperance: none !important; … … 48 52 -moz-border-radius-bottomright: 0 !important; 49 53 -moz-border-radius-bottomleft: 0 !important; 50 border : 2px!important;54 border-bottom: 1px solid #000 !important; 51 55 background-image: none !important; 52 56 background-color: #ff69b4 !important; 57 text-align: left !important; 53 58 } 54 59 .tabbrowser-tab[selected=false] { background: #999 !important; } 55 .tabbrowser-tab[selected=true] > .tab-text { color: #ddd !important; } 60 .tabbrowser-tab[selected=true] .tab-text { color: #ddd !important; } 61 .tab-icon-image { margin-bottom: -4px; } 62 .tab-image-left, 63 .tab-image-middle, 64 .tab-image-right { 65 background-image: none !important; 66 } 56 67 EOM 57 68
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)