mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	Merge pull request 'Stylesheets: Breeze: misc fixes' (#135) from tobtoht/feather:stylesheet_breeze_fixes into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/135
This commit is contained in:
		
						commit
						63c120bdb0
					
				
					 2 changed files with 10 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -57,13 +57,13 @@ QWidget
 | 
			
		|||
    outline: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QWidget:item:hover
 | 
			
		||||
QWidget::item:hover
 | 
			
		||||
{
 | 
			
		||||
    background-color: #3daee9;
 | 
			
		||||
    color: #eff0f1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QWidget:item:selected
 | 
			
		||||
QWidget::item:selected
 | 
			
		||||
{
 | 
			
		||||
    background-color: #3daee9;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -525,7 +525,7 @@ QTextEdit
 | 
			
		|||
 | 
			
		||||
QPlainTextEdit
 | 
			
		||||
{
 | 
			
		||||
    background-color: #232629;;
 | 
			
		||||
    background-color: #232629;
 | 
			
		||||
    color: #eff0f1;
 | 
			
		||||
    border-radius: 0.2ex;
 | 
			
		||||
    border: 0.1ex solid #76797c;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -54,13 +54,13 @@ QWidget
 | 
			
		|||
    outline: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QWidget:item:hover
 | 
			
		||||
QWidget::item:hover
 | 
			
		||||
{
 | 
			
		||||
    background-color: #33A4DF;
 | 
			
		||||
    color: #31363B;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QWidget:item:selected
 | 
			
		||||
QWidget::item:selected
 | 
			
		||||
{
 | 
			
		||||
    background-color: #33A4DF;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -567,7 +567,7 @@ QMainWindow::separator:hover
 | 
			
		|||
    color: white;
 | 
			
		||||
    padding-left: 0.4ex;
 | 
			
		||||
    border: 0.1ex solid #BAB9B8;
 | 
			
		||||
    spacing: 0.2x;
 | 
			
		||||
    spacing: 0.2ex;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QMenu::separator
 | 
			
		||||
| 
						 | 
				
			
			@ -1659,12 +1659,14 @@ QPushButton:flat {
 | 
			
		|||
    border: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QScrollBar::handle:vertical
 | 
			
		||||
QScrollBar::handle:vertical,
 | 
			
		||||
QScrollBar::handle:horizontal
 | 
			
		||||
{
 | 
			
		||||
    background-color: #BAB9B8;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QScrollBar:vertical
 | 
			
		||||
QScrollBar:vertical,
 | 
			
		||||
QScrollBar:horizontal
 | 
			
		||||
{
 | 
			
		||||
    background-color: #eff0f1;
 | 
			
		||||
    border: 0.1ex transparent #eff0f1;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue