mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 04:59:18 +00:00
many style fixes
This commit is contained in:
@@ -61,6 +61,27 @@ header .topbar .container {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.web-page-status {
|
||||
background-color: #DDD;
|
||||
padding: 7px;
|
||||
color: #777;
|
||||
clear: both;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.web-page-status a,
|
||||
.web-page-status a:hover,
|
||||
.web-page-status a:visited {
|
||||
padding: 2px;
|
||||
background-color: #777;
|
||||
color: #FFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.web-page-status a:hover {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
footer {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user