1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-11 06:03:28 +00:00
seahub/media/rest_framework/css/bootstrap-tweaks.css

22 lines
428 B
CSS
Raw Normal View History

2013-03-01 05:37:19 +00:00
/*
This CSS file contains some tweaks specific to the included Bootstrap theme.
It's separate from `style.css` so that it can be easily overridden by replacing
a single block in the template.
*/
.form-actions {
background: transparent;
border-top-color: transparent;
padding-top: 0;
}
.navbar-inverse .brand a {
color: #999;
}
.navbar-inverse .brand:hover a {
color: white;
text-decoration: none;
}