mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 19:27:52 +02:00
Update admin/themes/default/css/default.css
This commit is contained in:
@@ -91,6 +91,18 @@ h6 {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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: #333;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**************************************
|
/**************************************
|
||||||
2. HEADER
|
2. HEADER
|
||||||
*************************************/
|
*************************************/
|
||||||
|
Reference in New Issue
Block a user