riainvoice/assets/invoiceplane_blue/sass/_custom_styles.scss
gandhimathi Bharathirajan c940cb1a2c all files
2017-09-11 14:38:03 +05:30

20 lines
343 B
SCSS

/*
| =========================================================
| Custom styles
| =========================================================
*/
a:hover, a:active, a:focus {
outline: 0;
text-decoration: none;
}
body *:focus {
outline: none !important;
box-shadow: none !important;
}
.form-control, .panel {
box-shadow: none;
}