mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-07 21:56:39 +02:00
DUI Improvements - Default Theme is Flat - Fixes #194
This commit is contained in:
@@ -19,3 +19,20 @@ body {
|
|||||||
.error {
|
.error {
|
||||||
color:red;
|
color:red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.form-control,
|
||||||
|
.btn,
|
||||||
|
.dropdown-menu,
|
||||||
|
.modal-content,
|
||||||
|
.badge,
|
||||||
|
.label,
|
||||||
|
.input-group-addon,
|
||||||
|
code {
|
||||||
|
border-radius: 0px;
|
||||||
|
}
|
||||||
|
.badge,
|
||||||
|
.label {
|
||||||
|
font-weight: normal;
|
||||||
|
text-shadow: none;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user