I want to change the style of the buttons, but it seems not all changes can be made.
I was inspecting 'My profile' button as an example, in common.css I can make changes in .bx-btn. But still there are changes to the button I cannot do, like deleting the borders of the button.
user agent stylesheet
input[type="button"],input[type="submit"], input[type="reset"],input[type="file"]::-webkit-file-upload-button, button {
- -webkit-box-align:center;
- text-align:center;
- cursor:default;
- color:buttontext;
- padding:2px 6px 3px;
- border:2px outset buttonface;
- border-image:initial;
- background-color:buttonface;
- box-sizing:border-box;
Where do I make changes for the following?