Update front.css to simplify .an_banner-border styles and adjust file size and modification time in sync cache

This commit is contained in:
2025-06-15 23:00:15 +02:00
parent 61f41ab5d9
commit 3b29c2c8cc
2 changed files with 3 additions and 11 deletions

View File

@@ -4088,8 +4088,8 @@
"css": {
"front.css": {
"type": "-",
"size": 2425,
"lmtime": 1723829541653,
"size": 2307,
"lmtime": 1749761110479,
"modified": false
},
"index.php": {

View File

@@ -31,15 +31,7 @@
}
.an_banner-border {
content: "";
display: block;
width: calc(100% - 30px);
height: 100%;
position: absolute;
top: -15px;
right: 0;
transition: all .4s;
box-shadow: inset 0 0 0 3px #e5e5e5;
display: none !important;
}
.an_banner-link:hover+.an_banner-border {