chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore - 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user