CSS stylesheet
-
Hi,
I have two questions, hopefully someone can give me the answers where I am looking for.
1) Does anyone have complete stylesheet of the WordPress Admin area? For now I have these selectors:
#adminmenu, #adminmenuback, #wpadminbar, #adminmenuwrap, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu {
background-color: #112344;
}2) To change the font I am using the following selector:
body, td, textarea, input, select {
font-family: “Exo”,Sans-serif;
}But unfortunately safari doesn’t show the font in the back-end (firefox and google chrome does). Does anybody know what I am doing wrong? Exo is by the way a google font and has no problem to show on the front-end.
Greetings,
Wessel
- The topic ‘CSS stylesheet’ is closed to new replies.