gpt4 book ai didi

c# - CSS 事件按钮

转载 作者:行者123 更新时间:2023-11-28 07:49:50 25 4
gpt4 key购买 nike

我有html代码

asp:Button ID="btnStartExportRPT" EnableTheming="true" CssClass="ButtonFilterSelectionL"
Text="<%$ Resources:GlobalResources, cmdStartExecute %>" runat="server"/>

我有CSS

.ButtonFilterSelectionL
{
font-family: Segoe UI, Verdana;
font-size: 13px;
font-weight:lighter;
color: #999999;
vertical-align:middle;
}
.ButtonFilterSelectionL:active
{
font-family: Segoe UI, Verdana;
font-size: 13px;
font-weight:lighter;
color: #005C8B;
vertical-align:middle;
}

在我的 C# 代码中,我在一些函数之后定义了

 btnStartExportRPT.Enabled = true;

我想知道如何使用 .ButtonFilterSelectionL:active CSS?

最佳答案

已解决

我应该使用 .ButtonFilterSelectionL:enabled 而不是 .ButtonFilterSelectionL:active

关于c# - CSS 事件按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30486037/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com