Skip to content

Commit

Permalink
update dock band border colors
Browse files Browse the repository at this point in the history
  • Loading branch information
sccolbert committed Jun 5, 2013
1 parent 2a02e71 commit 0d92b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enaml/qt/docking/style_sheets.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def register_style_sheet(name, sheet):
QDockRubberBand {
background: rgba(69, 147, 209, 130);
border: 2px solid rgb(40, 60, 90);
border: 2px solid rgb(69, 147, 209);
}
QDockContainer {
Expand Down Expand Up @@ -342,7 +342,7 @@ def register_style_sheet(name, sheet):
QDockRubberBand {
background: rgba(197, 188, 142, 130);
border: 2px solid rgb(45, 45, 45);
border: 2px solid rgb(197, 188, 142);
}
QDockContainer {
Expand Down

0 comments on commit 0d92b4c

Please sign in to comment.