X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=wcfsetup%2Finstall%2Ffiles%2Fstyle%2Fui%2FlistStructured.scss;h=eb5c6f0de65ea2ce27caa1d33bb654535ef39fa9;hb=8a52619a9ee399b44e87a6ff1e274a4ae465ed73;hp=b54bb3783d140edc596a274401d7d8e4f22727c4;hpb=f1131e366311f1724e2ae5ca427129c2c116aaf3;p=GitHub%2FWoltLab%2FWCF.git diff --git a/wcfsetup/install/files/style/ui/listStructured.scss b/wcfsetup/install/files/style/ui/listStructured.scss index b54bb3783d..eb5c6f0de6 100644 --- a/wcfsetup/install/files/style/ui/listStructured.scss +++ b/wcfsetup/install/files/style/ui/listStructured.scss @@ -2,28 +2,28 @@ .structuredList { border: 1px solid rgb(79, 129, 189); border-width: 1px 0; - + li { display: flex; padding: 10px 0; - + &:not(:first-child) { border-top: 1px solid rgb(238, 238, 238); } - + &:hover { - background-color: $wcfTabularBoxBackgroundActive + background-color: $wcfTabularBoxBackgroundActive; } - + > span { flex: 1 1 auto; } - + > label { cursor: pointer; flex: 0 0 auto; } - + > span, > label { padding: 0 10px;