mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 12:17:42 +02:00
Admin Default Theme Updates
This commit is contained in:
@@ -191,6 +191,53 @@ code {
|
|||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Inputs */
|
||||||
|
select,
|
||||||
|
textarea,
|
||||||
|
input[type="text"],
|
||||||
|
input[type="password"],
|
||||||
|
input[type="datetime"],
|
||||||
|
input[type="datetime-local"],
|
||||||
|
input[type="date"],
|
||||||
|
input[type="month"],
|
||||||
|
input[type="time"],
|
||||||
|
input[type="week"],
|
||||||
|
input[type="number"],
|
||||||
|
input[type="email"],
|
||||||
|
input[type="url"],
|
||||||
|
input[type="search"],
|
||||||
|
input[type="tel"],
|
||||||
|
input[type="color"],
|
||||||
|
.form-control,
|
||||||
|
.uneditable-input {
|
||||||
|
color: #3c3c3c;
|
||||||
|
border-color: #d0d0d0;
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
select:focus,
|
||||||
|
textarea:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="password"]:focus,
|
||||||
|
input[type="datetime"]:focus,
|
||||||
|
input[type="datetime-local"]:focus,
|
||||||
|
input[type="date"]:focus,
|
||||||
|
input[type="month"]:focus,
|
||||||
|
input[type="time"]:focus,
|
||||||
|
input[type="week"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="search"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
|
input[type="color"]:focus,
|
||||||
|
.form-control:focus,
|
||||||
|
.uneditable-input:focus {
|
||||||
|
border-color: #aaaaaa;
|
||||||
|
-webkit-box-shadow: 0 0 8px #dce1e5;
|
||||||
|
-moz-box-shadow: 0 0 8px #dce1e5;
|
||||||
|
box-shadow: 0 0 8px #dce1e5;
|
||||||
|
}
|
||||||
|
|
||||||
/* Datapicker */
|
/* Datapicker */
|
||||||
.datapicker {
|
.datapicker {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
@@ -226,19 +273,6 @@ code {
|
|||||||
padding: 20px 10px 10px;
|
padding: 20px 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inputs */
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=phone]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #999;
|
|
||||||
box-shadow: none;
|
|
||||||
outline: none!important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tables */
|
/* Tables */
|
||||||
table {
|
table {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
Reference in New Issue
Block a user