1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

Closes #4514 Theme developers can now set the default style, just as they would with the default layout.

This commit is contained in:
Cameron
2022-04-06 08:37:13 -07:00
parent 8df5e187b3
commit 196f952db8
7 changed files with 65 additions and 52 deletions

View File

@@ -114,8 +114,8 @@ cursor: help;
.e-image-radio label > input { visibility: hidden; position: absolute; }
.e-image-radio label > input + div{ cursor:pointer; border:3px solid silver; border-radius:4px;/*height: 60px;padding: 5px;*/ vertical-align: middle; }
.e-image-radio label > input:checked + div { border:3px solid #337ab7; }
.e-image-radio label > input + div span { visibility: hidden; float:right; margin-right:10px; color:#337ab7 }
.e-image-radio label > input:checked + div { border:3px solid rgb(91, 192, 222); }
.e-image-radio label > input + div span { visibility: hidden; float:right; margin-right:10px; color:rgb(91, 192, 222) }
.e-image-radio label > input:checked + div span { visibility: initial; }