1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-15 11:20:36 +00:00
seahub/media/bootstrap/bootstrap.popover.min.css
2025-03-21 18:21:56 +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: #EC8000;
text-decoration: none;
font-weight: bold;
}
.popover-inner {
padding: 9px 14px
}
/* change password page*/
#id_new_password1 {
margin-bottom: 5px;
}