Skip to content

FedEx Ratefinder Eyesore Fix by gcolbath

Details

Authorgcolbath

LicenseNo License

Categoryuserstyles

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Modernization of the very dated table-based visual design of FedEx's Ratefinder page.

Notes

Work in progress.

Source code

/* ==UserStyle==
@name         FedEx Ratefinder Eyesore Fix
@version      20210910.21.35
@namespace    userstyles.world/user/gcolbath
@description  Modernization of the **very dated** table-based visual design of FedEx's Ratefinder page.
@author       gcolbath
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.fedex.com/ratefinder/home"), url-prefix("https://www.fedex.com/ratefinder/standalone") {
div.rating {
	padding: 0 2rem
}

div.rating table {
	width: 100%;
}

table[bgcolor],
tr[bgcolor],
td[bgcolor] {
	background-color: transparent;
}

div.rating table table table {
	border: none !important;
}

div.rating table td[width="2%"],
div.rating table td[width="1%"] {
	width: 0;
}

div.rating table label {
	font-size: 1rem;
	font-weight: bold;
}

div.rating table label[for="shipWithAcctId"] {
	font-weight: normal;
}

div.rating table select,
div.rating table input[type="text"] {
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.buttonpurple,
.buttongray {
	background-image: none;
	padding: 0.5rem 1rem;
	border: none;
	border-radius: 0.1rem;
	font-size: 1rem;
	height: auto;
	margin-bottom: 0.75rem;
}
}

Reviews

No reviews yet.