mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 11:47:51 +02:00
UI Improvements - Admin Default Theme - Updates #194
This commit is contained in:
@@ -49,6 +49,13 @@ a.btn-expand {
|
|||||||
padding-right:4px;
|
padding-right:4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn:active,
|
||||||
|
.btn.active {
|
||||||
|
background-image: none;
|
||||||
|
outline: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
.login-footer,
|
.login-footer,
|
||||||
.login-footer a {
|
.login-footer a {
|
||||||
color:#777;
|
color:#777;
|
||||||
@@ -472,6 +479,20 @@ td, th {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-header .close:hover {
|
||||||
|
background: #D3D3D3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-header .close {
|
||||||
|
text-shadow:none;
|
||||||
|
background: #DCDCDC;
|
||||||
|
width: 1.0em;
|
||||||
|
height: 1.0em;
|
||||||
|
text-align: center;
|
||||||
|
font-weight: 900;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
#readme .modal-dialog {
|
#readme .modal-dialog {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user