Skip to content

Commit

Permalink
theme fix for oxygen-gtk
Browse files Browse the repository at this point in the history
  • Loading branch information
naxuroqa committed Jul 21, 2014
1 parent 0261972 commit 9e0f27f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
@define-color separator-color #c1c1c1;

* {
engine: none;
-GtkWindow-resize-grip-default: false;
-GtkWindow-resize-grip-height: 0;
-GtkWindow-resize-grip-width: 0;
Expand All @@ -39,13 +38,14 @@
.contact_list * {
border-width: 0px;
border-radius: 0px;
background-color: alpha(white, 0);
}

.contact_list,
.contact_list *,
.conversation_widget,
.conversation_widget * {
engine: none;
background-color: transparent;
/*border-width: 0px;*/
background-clip: padding-box;
/*font-family: Roboto, Sans;
Expand Down Expand Up @@ -385,7 +385,7 @@ GtkEventBox,


.conversation_widget .scrollbar {
background-color: alpha(white, 0);
background-color: transparent;
background-image: none;
border: none;
padding: 5px;
Expand Down

0 comments on commit 9e0f27f

Please sign in to comment.