koblog/bl-kernel/admin/themes/booty/css/bludit.css

64 lines
667 B
CSS
Raw Normal View History

2018-05-02 19:59:45 +02:00
html {
font-size: 0.9rem;
2018-07-11 23:36:46 +02:00
}
2019-05-18 11:54:39 +02:00
/*
Left sidebar
2019-05-18 11:54:39 +02:00
*/
2020-11-30 22:00:54 +01:00
div.sidebar .nav-item a {
padding-left: 0;
padding-right: 0;
padding-top: 5px;
padding-bottom: 5px;
2019-05-18 11:54:39 +02:00
}
div.sidebar .nav-item h4 {
font-size: 1.2em;
text-transform: uppercase;
font-weight: 400;
margin-top: 10px;
}
2020-11-30 22:00:54 +01:00
2019-05-18 11:54:39 +02:00
/*
Editor
2019-05-18 11:54:39 +02:00
*/
#btnCurrenType {
cursor: pointer;
2019-05-18 11:54:39 +02:00
}
.link {
cursor: pointer;
text-decoration: underline;
color: #555;
}
.link:hover {
color: #0a58ca;
}
/*
OLD >>>>>>>>>
*/
2019-05-18 11:54:39 +02:00
2020-11-30 22:00:54 +01:00
2019-05-18 11:54:39 +02:00
/*
AUTOCOMPLETE SEARCH
*/
2020-11-30 22:00:54 +01:00
2019-05-18 11:54:39 +02:00
.search-suggestion {
2020-11-30 22:00:54 +01:00
padding: 5px;
2019-05-18 11:54:39 +02:00
}
.search-suggestion-options {
2020-11-30 22:00:54 +01:00
font-size: 0.9em;
padding-top: 2px;
2019-05-18 11:54:39 +02:00
}
.list-group-sortable {
2020-11-30 22:00:54 +01:00
cursor: pointer;
}
2018-06-05 23:50:03 +02:00
2018-10-30 16:12:44 +01:00