Files
sryang 577060bc78 chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore
- 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
2026-09-10 09:42:37 +08:00

46 lines
788 B
CSS

a.menu {
display: inline-block;
color: Black;
width: 100%;
height: 27px;
line-height: 26px;
vertical-align: top;
overflow: hidden;
text-align: left;
cursor: pointer !important;
z-index: 999;
}
a.menu_toplevel {
display: inline-block;
color: White;
width: 100%;
height: 27px;
line-height: 26px;
vertical-align: top;
text-align: left;
cursor: pointer !important;
z-index: 999;
}
a.menuSelected {
display: inline-block;
color: White;
width: 100%;
height: 27px;
line-height: 26px;
vertical-align: top;
text-align: left;
z-index: 999;
}
a.menu:hover {
color: White;
background-color: #007ACC;
}
a.menu_toplevel:hover {
color: White;
background-color: #007ACC;
}