这是一些CSS样式代码,它们定义了一些元素的边框和背景颜色。这些样式代码可以用于网站或应用程序中的交互式元素,例如按钮或链接。
.agl-hover:hover { outline: 2px solid rgba(244,67,54,0.99) !important; background-color: rgba(244,67,54,0.2) !important; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important; }
.agl-highlight-current:hover { outline: 2px solid rgba(255,87,34,0.99) !important; background-color: rgba(255,87,34,0.4) !important; }
.agl-highlight-similar:hover { outline: 2px dashed rgba(255,87,34,0.99) !important; background-color: rgba(255,87,34,0.4) !important; }
.agl-highlight-group:hover { outline: 4px double rgba(255,87,34,0.99) !impor