我想将颜色应用于 jquery 对话框按钮。我正在尝试在 CSS 中设置颜色,但没有反映。我有三个按钮搜索、编辑、关闭。如何设置一些颜色?
.ui-dialog-buttonset button:first-child {
right: 330px;
position: absolute;
top: -385px;
background-color : red;
}
我想将颜色应用于 jquery 对话框按钮。我正在尝试在 CSS 中设置颜色,但没有反映。我有三个按钮搜索、编辑、关闭。如何设置一些颜色?
.ui-dialog-buttonset button:first-child {
right: 330px;
position: absolute;
top: -385px;
background-color : red;
}