Last active
September 15, 2022 17:54
-
-
Save JuanjoSalvador/a12453e853c2c512b089cb1dcc04b8e4 to your computer and use it in GitHub Desktop.
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
#panel { | |
background-gradient-direction: none; | |
background-color: #1d2128; | |
border-radius: 7px; | |
margin-top: 3px; | |
margin-bottom: 3px; | |
margin-left: 10px; | |
margin-right: 10px; | |
height: 35px; | |
} | |
#panel #panelActivities.panel-button { | |
-natural-hpadding: 12px; | |
} | |
#panel .panel-button#panelActivities { | |
background-image: url("assets/activities.png"); | |
background-position: center top; | |
background-size: auto; | |
color: transparent; | |
background-color: transparent; | |
box-shadow: none; | |
} | |
#panel .panel-button#panelActivities > * { | |
width: 24px; | |
} | |
Gjs_ui_panel_AggregateMenu.panel-button{ | |
} | |
VitalsMenuButton.panel-button{ | |
} |
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
* { | |
padding: 100px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment