##// END OF EJS Templates
Moved cursor: pointer to the base CSS instead of MD only.
neko259 -
r235:17c9a998 default
parent child Browse files
Show More
@@ -1,8 +1,12 b''
1 .ui-button {
1 .ui-button {
2 display: none;
2 display: none;
3 }
3 }
4
4
5 .ui-dialog-content {
5 .ui-dialog-content {
6 padding: 0;
6 padding: 0;
7 min-height: 0;
7 min-height: 0;
8 }
9
10 .mark-btn {
11 cursor: pointer;
8 } No newline at end of file
12 }
General Comments 0
You need to be logged in to leave comments. Login now