File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -182,19 +182,19 @@ input {
182182
183183/*------ Sync button --------------------------------------------------------*/
184184/* Add button background, add rounded corners */
185- div .side-bar > div > button {
185+ div .resizableLayoutItem . rli-sideBar > div > div > div : nth-child ( 2 ) > button {
186186 background-color : # 25282E !important ;
187187 border-radius : 16px !important ;
188188}
189189
190190/* Outline colour change on hover */
191- div .side-bar > div > button : hover {
192- border : 1px solid # 3B74DF !important ;
191+ div .resizableLayoutItem . rli-sideBar > div > div > div : nth-child ( 2 ) > button : hover {
192+ border : 1px solid # 789FE9 !important ;
193193 border-radius : 16px !important ;
194194}
195195
196196/* Prevent button text color changing on hover */
197- div .side-bar > div > button > span {
197+ div .resizableLayoutItem . rli-sideBar > div > div > div : nth-child ( 2 ) > button > span {
198198 color : # FFFFFF !important ;
199199}
200200/*---------------------------------------------------------------------------*/
You can’t perform that action at this time.
0 commit comments