Skip to content

Commit 48367cb

Browse files
committed
fix: liberator-status-toolbar rename liberator-status
1 parent 55ab88a commit 48367cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/content/liberator.xul

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
customizable = "true"
7878
fullscreentoolbar = "true"
7979
context = "toolbar-context-menu"
80-
defaultset = "liberator-mode-toolbar,liberator-message-toolbar,liberator-status-toolbar"
80+
defaultset = "liberator-mode-toolbar,liberator-message-toolbar,liberator-status"
8181
>
8282
<!-- the flex values are like they are to make sure the liberator-message always gets
8383
maximum size up to the screen size, but still do not enlarge the whole window for very, very long strings-->

common/skin/liberator.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
#liberator-message-toolbar {
135135
-moz-box-align: center;
136136
}
137-
#liberator-statusline[customizing="true"] :-moz-any(#liberator-message-toolbar, #liberator-status-toolbar) {
137+
#liberator-statusline[customizing="true"] :-moz-any(#liberator-message-toolbar, #liberator-status) {
138138
border: 1px dotted gray;
139139
min-width: 1em;
140140
}

0 commit comments

Comments
 (0)