CMS Quicklinks
apptegy1--c.visualforce.com by sinovia
Details
Authorsinovia
LicenseNo License
Categoryuserstyle
Created
Updated
Size710 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name apptegy1--c.visualforce.com
@version 20210825.14.45
@namespace userstyles.world/user/sinovia
@description CMS Quicklinks
@author sinovia
@license No License
==/UserStyle== */
@-moz-document domain("apptegy1--c.visualforce.com") {
.csm-quicklinks{
background: #383247;
color: white;
width: 90%;
text-align: left;
font-size: 20px;
padding: 20px;
padding-top: 10px;
border-radius:10px;
}
.button-bar{
margin-top: 15px;
}
a.ql-button {
background: white;
margin-right: 10px;
border-radius: 10px;
padding: 10px;
font-size: 12px;
text-decoration: none;
}
a.ql-button:hover{
color: #383247;
}
}