Fix syntax errors in Theme CSS

This commit is contained in:
debounce 2019-03-28 15:12:21 -07:00
parent b65dab5bcc
commit 143edc4f68
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;