1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-19 01:41:26 +00:00
Files
seahub/media/bootstrap/bootstrap.popover.min.css
Michael An 7beb44e9e9 Change default font size and color (#7850)
* 01 update seafile-ui

* 02 change grey color contrast

* 03 remove useless 14px

* 04 remove useless select style

* 05 change 202428 to 212529
2025-05-23 14:01:41 +08:00

28 lines
385 B
CSS

/* register user page*/
.btn-primary {
color: #fff;
background-color: #ff9800;
border-color: #ff9800;
}
.btn-primary:hover {
color: #fff;
background-color: #d98100;
border-color: #cc7a00;
}
a {
color: #ED7109;
text-decoration: none;
font-weight: bold;
}
.popover-inner {
padding: 9px 14px
}
/* change password page*/
#id_new_password1 {
margin-bottom: 5px;
}