* code for theme css admin

This commit is contained in:
guofeilong
2023-02-02 14:36:42 +08:00
parent 2072f14285
commit cb33c5b173
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -12,6 +12,7 @@
.settings-list {display: flex; flex-wrap: wrap; padding: 0 4px 16px 4px;}
.settings-list > .setting-box.btn {flex: 1 1 18%; padding: 8px; border: 1px solid rgba(227, 228, 233, 0.6); margin-right: 10px; margin-top: 16px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; white-space: unset; text-align: unset;}
.settings-list > .setting-box.btn:hover {background: unset;}
.settings-list > .setting-box.btn[disabled] {cursor: not-allowed; pointer-events: unset;}
.settings-list > .setting-box.btn[disabled] > a {pointer-events: none;}
.settings-list > .setting-box > h4 {color: #0B0F18;}