Change 'sidebar' to 'mode-switcher' in user themes. (#38)
* Change 'sidebar' to 'mode-switcher' in flat-orange. This fixes the theme in Rofi 1.5.3. * Change 'sidebar' to 'mode-switcher' in all user themes.
This commit is contained in:
parent
7018be3e6e
commit
4033ccd299
7 changed files with 10 additions and 10 deletions
|
@ -54,7 +54,7 @@
|
|||
}
|
||||
|
||||
#tabcontent {
|
||||
children: [ topborder, sidebar, mainbox ];
|
||||
children: [ topborder, mode-switcher, mainbox ];
|
||||
background-color: transparent;
|
||||
spacing: 0;
|
||||
border: 8px;
|
||||
|
@ -162,7 +162,7 @@
|
|||
handle-width: 8px ;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar {
|
||||
#mode-switcher {
|
||||
border: 0px 0px 0px 1px;
|
||||
border-color: @dark-border-color;
|
||||
spacing: 0px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue