1
0
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:
Awilum
2014-02-13 23:12:19 +02:00
parent 1b77c928f4
commit 582f49418e

View File

@@ -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%;
}