/* * YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI-ProjectBuilder * * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * and eula along with this software. If not, see * * * This file is Created by fankes on 2022/7/9. */ body { -webkit-user-select: none; user-select: none; } .mdui-dialog { border-radius: 15px; } .mdui-textfield-label { white-space: nowrap } .mdui-select { margin-left: 55px; width: 88%; } .mdui-round-btn { border-radius: 50px; font-size: 11pt; height: 40px; } .red-circle-btn { background: #ff5252; border-style: hidden; border-radius: 50px; font-size: 12pt; font-weight: bold; color: white; width: 25px; height: 25px; } .url-link { color: #FF9800; cursor: hand; } .license-text { font-weight: bold; font-size: 10pt; opacity: 0.75; } @media (prefers-color-scheme: dark) { body { background-color: #2d2d2d; } } @media (prefers-color-scheme: light) { body { background-color: #fcfcfc; } }