Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Fixed bug that makes borders of preferences dialog green
Browse files Browse the repository at this point in the history
  • Loading branch information
luizaugustomm committed Jun 2, 2017
1 parent 26919f5 commit 4da09e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions data/style/window.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@define-color colorPrimary #8ea5af;
@define-color bg_highlight_color shade (@colorPrimary, 1.4);
/*@define-color bg_highlight_color shade (@colorPrimary, 1.4);*/

GtkDialog .main-window .window-frame {
.main-window .window-frame {
border-radius: 4px;
box-shadow:
0 0 0 1px alpha (shade (@colorPrimary, 0.6), 0.55),
Expand All @@ -19,7 +19,7 @@ GtkDialog .main-window .window-frame {
text-shadow: 0 1px 1px shade (@colorPrimary, 0.82);
}

GtkDialog.main-window .titlebar .title {
.main-window .titlebar .title {
color: #fff;
font-size: 8px;
text-shadow: none;
Expand Down Expand Up @@ -81,4 +81,3 @@ GtkDialog.main-window .titlebar .title {
/* background-color: #04a256; */
/* border: 1px solid darker(#04a256); */
/* } */

2 changes: 1 addition & 1 deletion po/com.github.luizaugustomm.tomato.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-09 18:58-0300\n"
"POT-Creation-Date: 2017-06-02 09:30-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down

0 comments on commit 4da09e3

Please sign in to comment.