mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
UI Improvements - Admin Default Theme - Updates #194
This commit is contained in:
@@ -49,6 +49,13 @@ a.btn-expand {
|
||||
padding-right:4px;
|
||||
}
|
||||
|
||||
.btn:active,
|
||||
.btn.active {
|
||||
background-image: none;
|
||||
outline: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.login-footer,
|
||||
.login-footer a {
|
||||
color:#777;
|
||||
@@ -472,6 +479,20 @@ td, th {
|
||||
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 {
|
||||
width: 70%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user