mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
clean looking topmenu
This commit is contained in:
parent
c843bbafda
commit
980581d09e
1 changed files with 4 additions and 5 deletions
|
@ -36,12 +36,11 @@
|
|||
text-align: left;
|
||||
border: 0px;
|
||||
border-collapse:collapse;
|
||||
|
||||
}
|
||||
|
||||
.top thead td {
|
||||
background: #ebe9dc;
|
||||
border-bottom: 1px solid #d3d3d3;
|
||||
border-right: 1px solid #d3d3d3;
|
||||
height: 25px;
|
||||
text-align: right;
|
||||
padding: 0 24px 0 0px;
|
||||
|
@ -49,7 +48,7 @@
|
|||
}
|
||||
|
||||
.top thead td:first-child{
|
||||
border-left: 1px solid #d3d3d3;
|
||||
border-left: 1px solid #fff;
|
||||
border-right:none;
|
||||
text-align:left;
|
||||
padding: 0 0 0 0;
|
||||
|
@ -60,7 +59,7 @@
|
|||
padding: 5px 22px 4px;
|
||||
text-decoration: none;
|
||||
color: #323232;
|
||||
border-right: 1px solid #d3d3d3;
|
||||
border-right: 1px solid #fff;
|
||||
}
|
||||
|
||||
.top-link:hover {
|
||||
|
@ -76,7 +75,7 @@
|
|||
text-decoration: none;
|
||||
color: #174f82;
|
||||
background: #fff;
|
||||
border-right: 1px solid #d3d3d3;
|
||||
border-right: 1px solid #fff;
|
||||
}
|
||||
|
||||
.top-logout {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue