Skip to content

Instantly share code, notes, and snippets.

@SirJson
Created May 10, 2020 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SirJson/1ac286740d5808de08792e998798ce86 to your computer and use it in GitHub Desktop.
Save SirJson/1ac286740d5808de08792e998798ce86 to your computer and use it in GitHub Desktop.
My take on the fman default css. Improved visibility especially in the locationbar.
* {
font-size: 9pt;
font-family: "Segoe UI", monospace;
}
th {
padding: 1ex 2ex 3ex 2ex;
font-size: 10pt;
border: 1px solid #34352f;
border-bottom: none;
line-height: normal;
}
.locationbar {
font-size: 9.5pt;
padding: 1ex;
border-top: 2px inset #2c2b2b;
border-left: 2px inset #2c2b2b;
border-right: 2px inset #2c2b2b;
font-weight: 500;
color: #b5b2b4;
}
.statusbar {
font-size: 8pt;
font-weight: bold;
}
.quicksearch-query,
.quicksearch-item-title {
font-size: 11pt;
}
.quicksearch-item-hint {
font-size: 9pt;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment