Merge pull request #58 from debounce2/fix-syntax
Fix syntax errors in Theme CSS
This commit is contained in:
commit
27aeab19c8
|
@ -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... */
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue