Virtus Forum
September 09, 2010, 09:30:39 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
New themes are available at http://www.virtusdesigns.com
Check out my blog at http://blog.virtusdesigns.com
I recommend: Click here to check your PC for system errors
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Fix's for AIOS(All-In-One Sidebar) and Firebug  (Read 167 times)
Kilandor
Newbie
*
Posts: 1


View Profile
« on: March 02, 2010, 10:38:23 PM »

I have 3 fixes for Aero Fox, Maybe include them with the theme?

If not people can place it in profile/chrome/userChrome.css and it works
Code:
/* Fixes Vertical Toolbar image for AIOS */
#aios-toggle-toolbar,
#aios-toolbar,
#sidebar-splitter[orient="vertical"] {
   background: #262626 url("chrome://global/skin/toolbar/vertical-toolbar.png") repeat-y left !important /* #E6E6E6 */;
}
/* Fixes Button Text Colors for AIOS */
#installFileButton, #checkUpdatesAllButton {
    color: #FFFFFF !important;
}
/* Fixes Text the Middle Bar for Firebug */
.toolbar-text-button, .panelStatusLabel {
    text-shadow: none !important;
    color: #FFFFFF !important;
}
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!