Visual Improvements for Google Sheets.
Google Sheets by Mohon by enamul-hoque
Details
Authorenamul-hoque
LicenseNo License
Categorydocs.google.com
Created
Updated
Size638 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 Google Sheets by Mohon
@version 20221219.07.59
@namespace userstyles.world/user/enamul-hoque
@description Visual Improvements for Google Sheets.
@author enamul-hoque
@license No License
==/UserStyle== */
@-moz-document domain("docs.google.com") {
.waffle-rich-text-link {
text-decoration: none !important;
}
.waffle-multilink-tooltip {
top: 33px !important;
left: 1455px !important;
opacity: 0.08;
transition: opacity .45s ease-in-out;
}
.waffle-multilink-tooltip:hover {
opacity: 1;
}
/** Editing Mode **/
.input-box > .cell-input {
white-space: pre;
}
}