summaryrefslogtreecommitdiffstats
path: root/src/schemes
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-06 14:16:23 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-06 14:16:23 (EST)
commitfce6bae15c497aba0042ce31d737617255ee7135 (patch)
tree3a1e5d496d64a8b8bee18613cdb8527184fc92fb /src/schemes
parenta3eb351331784f798a17380e3c08f1edf6610efe (diff)
downloadmarquee-fce6bae15c497aba0042ce31d737617255ee7135.zip
marquee-fce6bae15c497aba0042ce31d737617255ee7135.tar.gz
marquee-fce6bae15c497aba0042ce31d737617255ee7135.tar.bz2
about:profiles: Include tabs in styles string
Diffstat (limited to 'src/schemes')
-rw-r--r--src/schemes/about/profiles.c88
1 files changed, 44 insertions, 44 deletions
diff --git a/src/schemes/about/profiles.c b/src/schemes/about/profiles.c
index 1a2c4ef..777ad8f 100644
--- a/src/schemes/about/profiles.c
+++ b/src/schemes/about/profiles.c
@@ -33,84 +33,84 @@
static const gchar *styles =
"div.profile > svg {\n"
- "width: 64px;\n"
- "height: 64px;\n"
- "border: 1px solid transparent;\n"
- "border-radius: 3px;\n"
- "padding: 6px;\n"
- "transition: all 250ms ease-in-out 0s;\n"
- "-moz-transition: all 250ms ease-in-out 0s;\n"
- "-wekbit-transition: all 250ms ease-in-out 0s;\n"
- "-o-transition: all 250ms ease-in-out 0s;\n"
+ " width: 64px;\n"
+ " height: 64px;\n"
+ " border: 1px solid transparent;\n"
+ " border-radius: 3px;\n"
+ " padding: 6px;\n"
+ " transition: all 250ms ease-in-out 0s;\n"
+ " -moz-transition: all 250ms ease-in-out 0s;\n"
+ " -wekbit-transition: all 250ms ease-in-out 0s;\n"
+ " -o-transition: all 250ms ease-in-out 0s;\n"
"}\n"
"div.profile > label {\n"
- "display: inline;\n"
- "border: 1px solid #9F9F9F;\n"
- "border-radius: 3px;\n"
- "background-color: #DFDFDF;\n"
- "padding: 6px;\n"
- "color: #000000;\n"
- "transition: all 250ms ease-in-out 0s;\n"
- "-moz-transition: all 250ms ease-in-out 0s;\n"
- "-wekbit-transition: all 250ms ease-in-out 0s;\n"
- "-o-transition: all 250ms ease-in-out 0s;\n"
+ " display: inline;\n"
+ " border: 1px solid #9F9F9F;\n"
+ " border-radius: 3px;\n"
+ " background-color: #DFDFDF;\n"
+ " padding: 6px;\n"
+ " color: #000000;\n"
+ " transition: all 250ms ease-in-out 0s;\n"
+ " -moz-transition: all 250ms ease-in-out 0s;\n"
+ " -wekbit-transition: all 250ms ease-in-out 0s;\n"
+ " -o-transition: all 250ms ease-in-out 0s;\n"
"}\n"
"div.profile > label:hover {\n"
- "border: 1px solid #4F8FCF;\n"
- "outline: 0;\n"
- "background-color: #EFEFEF;\n"
+ " border: 1px solid #4F8FCF;\n"
+ " outline: 0;\n"
+ " background-color: #EFEFEF;\n"
"}\n"
"div.profile {\n"
- "background-color: #CFCFCF;\n"
- "border: 1px solid #9F9F9F;\n"
- "border-radius: 3px;\n"
+ " background-color: #CFCFCF;\n"
+ " border: 1px solid #9F9F9F;\n"
+ " border-radius: 3px;\n"
"}\n"
"div.profile > input[type=radio] {\n"
- "display: none;\n"
+ " display: none;\n"
"}\n"
"div.profile > span {\n"
- "display: inline;\n"
- "position: absolute;\n"
+ " display: inline;\n"
+ " position: absolute;\n"
"}\n"
"div.profile > span.current {\n"
- "font-weight: bold;\n"
+ " font-weight: bold;\n"
"}\n"
"div.profile > input[type=text] {\n"
- "display: none;\n"
- "position: absolute;\n"
+ " display: none;\n"
+ " position: absolute;\n"
"}\n"
"div.profile > label {\n"
- "display: inline;\n"
+ " display: inline;\n"
"}\n"
"div.profile > label > span {\n"
- "margin: 0;\n"
+ " margin: 0;\n"
"}\n"
"div.profile > input[type=submit]:last-child {\n"
- "display: none;\n"
+ " display: none;\n"
"}\n"
"div.profile > input[type=radio]:checked ~ svg {\n"
- "border-color: #9F9F9F;\n"
- "background-color: #DFDFDF;\n"
+ " border-color: #9F9F9F;\n"
+ " background-color: #DFDFDF;\n"
"}\n"
"div.profile > input[type=radio]:checked ~ svg:hover {\n"
- "border-color: #4F8FCF;\n"
- "background-color: #EFEFEF;\n"
+ " border-color: #4F8FCF;\n"
+ " background-color: #EFEFEF;\n"
"}\n"
"div.profile > input[type=radio]:checked ~ span {\n"
- "display: none;\n"
+ " display: none;\n"
"}\n"
"div.profile > input[type=radio]:checked ~ input[type=text] {\n"
- "display: inline;\n"
+ " display: inline;\n"
"}\n"
"div.profile > input[type=radio]:checked ~ label {\n"
- "display: none;\n"
+ " display: none;\n"
"}\n"
"div.profile > input[type=radio]:checked ~ "
- "input[type=submit]:last-child {\n"
- "display: inline;\n"
+ " input[type=submit]:last-child {\n"
+ " display: inline;\n"
"}\n"
"div.profile > label, div.profile > input[type=submit] {\n"
- "float: right;\n"
+ " float: right;\n"
"}\n"
;