Skip to content

Instantly share code, notes, and snippets.

@fahadysf
Last active April 12, 2017 12:50
Show Gist options
  • Save fahadysf/b68b1975bf90fe190b2f1052c313c2b1 to your computer and use it in GitHub Desktop.
Save fahadysf/b68b1975bf90fe190b2f1052c313c2b1 to your computer and use it in GitHub Desktop.
Stylish (Google Chrome Extension) Style for iGate
@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