forked from saurabh/orbit4-5
help designer
This commit is contained in:
parent
470d1b2405
commit
4870fc5ad3
|
@ -629,20 +629,20 @@ button, input, select, textarea {
|
|||
float: left;
|
||||
}
|
||||
|
||||
html[lang="zh_tw"] .main_menu.expansion .page_menu.level_1 > li:last-child {
|
||||
background-color: #ff9900;
|
||||
}
|
||||
html[lang="zh_tw"] .main_menu.expansion .page_menu.level_1 > li:last-child:hover {
|
||||
background-color: #ff9900;
|
||||
-moz-box-shadow: inset 0 -4px 0 #FF7A00;
|
||||
-webkit-box-shadow: inset 0 -4px 0 #FF7A00;
|
||||
box-shadow: inset 0 -4px 0 #FF7A00;
|
||||
}
|
||||
// html[lang="zh_tw"] .main_menu.expansion .page_menu.level_1 > li:last-child {
|
||||
// background-color: #ff9900;
|
||||
// }
|
||||
// html[lang="zh_tw"] .main_menu.expansion .page_menu.level_1 > li:last-child:hover {
|
||||
// background-color: #ff9900;
|
||||
// -moz-box-shadow: inset 0 -4px 0 #FF7A00;
|
||||
// -webkit-box-shadow: inset 0 -4px 0 #FF7A00;
|
||||
// box-shadow: inset 0 -4px 0 #FF7A00;
|
||||
// }
|
||||
|
||||
html[lang="zh_tw"] .main_menu.expansion .page_menu.level_1 > li:last-child > a {
|
||||
color: #FFF;
|
||||
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
// html[lang="zh_tw"] .main_menu.expansion .page_menu.level_1 > li:last-child > a {
|
||||
// color: #FFF;
|
||||
// text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
|
||||
// }
|
||||
|
||||
.main_menu.expansion .page_menu.level_1 > li > a {
|
||||
font-size: 0.94rem;
|
||||
|
|
Loading…
Reference in New Issue