30 lines
822 B
CSS
30 lines
822 B
CSS
/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles.
|
|
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */
|
|
|
|
/***************** Quick Access ***********************/
|
|
#quickAccess ul li{
|
|
list-style: none;
|
|
}
|
|
#quickAccess ul li a{
|
|
text-decoration: none;
|
|
color: #777;
|
|
font-size: 14px;
|
|
}
|
|
#quickAccess ul li a:hover{
|
|
text-decoration: none;
|
|
|
|
}
|
|
#quickAccess .product-manage ul li a:hover{
|
|
color: #E44E59;
|
|
}
|
|
#quickAccess .cat-manage ul li a:hover{
|
|
color: #6AC6BB;
|
|
}
|
|
#quickAccess .post-manage ul li a:hover{
|
|
color: #000;
|
|
}
|
|
#quickAccess ul li a i{
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#tinymce img { display: block; } |