passerelle/passerelle/static/css/style.css

15 lines
724 B
CSS

li.webservices a { background-image: url(icons/icon-webservices.png); }
li.webservices a:hover { background-image: url(icons/icon-webservices-hover.png); }
li.settings a { background-image: url(icons/icon-settings.png); }
li.settings a:hover { background-image: url(icons/icon-settings-hover.png); }
li.security a { background-image: url(icons/icon-password.png); }
li.security a:hover { background-image: url(icons/icon-password-hover.png); }
li.add a { background-image: url(icons/icon-add.png); }
li.add a:hover { background-image: url(icons/icon-add-hover.png); }
li.ressources a { background-image: url(icons/icon-ressources.png); }
li.ressources a:hover { background-image: url(icons/icon-ressources-hover.png); }