仪表盘
版本库
文件存储
活动
搜索
登录
main
/
wgcloud
WGCloud
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
初始化代码
13693261870
2024-09-02
7d1535b74b9c27411bc45b695675b335c30f3c3a
[wgcloud.git]
/
wgcloud-server
/
src
/
main
/
resources
/
static
/
AdminLTE
/
plugins
/
datatables-keytable
/
css
/
keyTable.bootstrap4.css
1
2
3
4
5
6
7
8
9
table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
box-shadow: inset 0 0 1px 2px #0275d8;
}
div.dtk-focus-alt table.dataTable tbody th.focus,
div.dtk-focus-alt table.dataTable tbody td.focus {
box-shadow: inset 0 0 1px 2px #ff8b33;
}