Disabled block-related features and moved their files to a 'disabled' directory, as documented in BLOCKS_DISABLED.md. Renamed CSS classes and files from 'wpcs' to 'wpcc' for consistency. Added new admin assets and settings page styles/scripts. Introduced new core, module, and template files under 'includes/'. Updated documentation and removed legacy files. Added Composer dependencies and vendor libraries for OpenCC and Symfony components.
16 lines
370 B
CSS
Executable file
16 lines
370 B
CSS
Executable file
/*Switcher Widget Button*/
|
|
a.wpcc_link {
|
|
margin-left: 10px;
|
|
padding: 2% 9%;
|
|
border-radius: 3px;
|
|
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
|
|
border: 1px solid #eaeaea;
|
|
color: #707070;
|
|
font-weight: 400;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
a.wpcc_link:hover {
|
|
background-color: #f5f5f5;
|
|
color: #333;
|
|
}
|