Vier: Further changes: profile border is rounded.
This commit is contained in:
parent
8e1d253568
commit
478a079665
|
@ -608,6 +608,9 @@ nav .nav-menu-icon.selected {
|
||||||
nav .nav-menu-icon img {
|
nav .nav-menu-icon img {
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
|
-webkit-border-radius: 4px;
|
||||||
|
-moz-border-radius: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
nav .nav-menu-icon .nav-notify {
|
nav .nav-menu-icon .nav-notify {
|
||||||
top: 3px;
|
top: 3px;
|
||||||
|
@ -865,6 +868,7 @@ aside .vcard dl {
|
||||||
aside select {
|
aside select {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
width: 165px;
|
width: 165px;
|
||||||
|
border-color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside .vcard dt {
|
aside .vcard dt {
|
||||||
|
|
Loading…
Reference in a new issue