This css style makes University of Toledo's UT Blackboard Grade Center's scrollbar more visible
UT Blackboard Grade Center Scrollbar More Visible by lynnxie00
Details
Authorlynnxie00
LicenseNo License
Categoryblackboard.utdl.edu -> user styles
Created
Updated
Size748 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 blackboard.utdl.edu - 2/7/2023, 1:02:26 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("blackboard.utdl.edu") {
/* Insert code here... */
#table1_container >:not(#table1_viewport):nth-child(2) {
display:block !important;
background-color:#F0F0F0!important;
width:10px!important;
}
/* Insert code here... */
#table1_container >:not(#table1_viewport):nth-child(3) {
display:block !important;
background-color:#F0F0F0!important;
height:16.9px!important;
margin-top:-2px;
margin-left:4px;
width:100%;
}
}