Created
January 25, 2021 13:02
-
-
Save ciceronianus/ebe923c0a4c206fa876f62245d6141cb to your computer and use it in GitHub Desktop.
eXide - custom CSS
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
#toolbar-current-app { | |
color:red !important; | |
background-color:yellow; | |
border-radius: 5px; | |
padding-left: 5px; | |
padding-right: 5px; | |
border: 1px solid #f1c871; | |
} | |
#tabs .tab:hover { | |
background-color: #f1e0e0; | |
} | |
#tabs .active { | |
background-color: #f1e0e0; | |
} | |
.tree li span:hover { | |
color: #e92828; | |
} | |
.tree .fa.fa-edit { | |
color: #e92828; | |
} | |
.tree .fa.fa-edit + span { | |
color: #e92828; | |
} | |
.tree .fa.fa-folder-open { | |
color: blue; | |
} | |
.tree .fa.fa-folder-open + span { | |
color: blue; | |
} | |
.ui-widget-content { | |
background: none; | |
background: #f9f9f9; | |
} | |
.ui-widget-content.slick-row:hover { | |
background-color: #ffcfcf !important; | |
} | |
.ace_selected-word { | |
background-color: yellow; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use it with a browser extension like Stylus.
How to use it?