Last active
April 12, 2017 12:50
-
-
Save fahadysf/b68b1975bf90fe190b2f1052c313c2b1 to your computer and use it in GitHub Desktop.
Stylish (Google Chrome Extension) Style for iGate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: "STC-Regular"; | |
} | |
* { | |
font-family: 'Calibri' !important; | |
font-size: 14px; | |
} | |
.ui-widget input, | |
.ui-widget select, | |
.ui-widget textarea, | |
.ui-widget button { | |
font-size: 14px; | |
} | |
.form_table tr td:first-child { | |
color: #501f6e; | |
font-weight: bold; | |
font-size: 11pt; | |
vertical-align: top; | |
} | |
.networkAccess textarea { | |
min-width: 150px !important; | |
} | |
.colCustom { | |
width: 95% | |
} | |
.eServicesSideBar * { | |
display: none; | |
} | |
body { | |
font-family: "Calibri", tahoma !important; | |
font-size: 14px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment