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

47 lines
513 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
}
.link {
text-decoration: underline;
}
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;
}
/** Tables
*/
tr.disabled{
filter: blur(1px);
pointer-events: none;
}
2018-06-05 23:50:03 +02:00
2018-10-30 16:12:44 +01:00