Merge pull request #58 from debounce2/fix-syntax

Fix syntax errors in Theme CSS
This commit is contained in:
grassmunk 2019-03-29 09:41:12 -07:00 committed by GitHub
commit 27aeab19c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ PanelApplet .button {
background-color: red;
border: 1px solid black;
padding: 5px;
margin 5px;
margin: 5px;
}
/* Looks like there's a theme override built into the panelbar, otherwise this would have worked... */

View File

@ -305,13 +305,13 @@ button {
padding-right: 4px;*/ }
/* button.text-button {*/
/* padding-left: 8px;
padding-right: 8px;*/ }
padding-right: 8px; }*/
/* button.text-button.image-button {*/
/* padding-left: 4px;
padding-right: 4px;*/ }
padding-right: 4px; }*/
/* button.text-button.image-button label {*/
/* padding-left: 4px;
padding-right: 4px; */}
padding-right: 4px; }*/
combobox:drop(active) button.combo,
button:drop(active) {
border-top-color: @border_dark;