summaryrefslogtreecommitdiff
path: root/share/static/css/style.css
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-10-13 14:35:40 -0400
committerGitHub <noreply@github.com>2019-10-13 14:35:40 -0400
commit896659c6963c14c4e047cff7f3d421977060ed23 (patch)
tree660468dd7478fb001ced211a4a33ae28a1b5f9a4 /share/static/css/style.css
parentbbf6c02da645fcd4fc50db18dd341178ad4fa2e6 (diff)
parent7d24bf9ffcd1e21e087431c21bfc658803a61ab6 (diff)
downloadonionshare-ef18b4b310216abf6f48bfe2a8bb52b70a782d76.tar.gz
onionshare-ef18b4b310216abf6f48bfe2a8bb52b70a782d76.zip
Merge pull request #1048 from micahflee/developv2.2
Version 2.2
Diffstat (limited to 'share/static/css/style.css')
-rw-r--r--share/static/css/style.css48
1 files changed, 34 insertions, 14 deletions
diff --git a/share/static/css/style.css b/share/static/css/style.css
index e445e5de..af41b155 100644
--- a/share/static/css/style.css
+++ b/share/static/css/style.css
@@ -56,6 +56,10 @@ header .right ul li {
cursor: pointer;
}
+a.button:visited {
+ color: #ffffff;
+}
+
.close-button {
color: #ffffff;
background-color: #c90c0c;
@@ -70,6 +74,30 @@ header .right ul li {
bottom: 10px;
}
+ul.breadcrumbs {
+ display: block;
+ list-style: none;
+ margin: 10px 0;
+ padding: 0;
+}
+
+ul.breadcrumbs li {
+ display: inline-block;
+ list-style: none;
+ margin: 0;
+ padding: 5px;
+ color: #999999;
+}
+
+ul.breadcrumbs li span.sep {
+ padding-left: 5px;
+}
+
+ul.breadcrumbs li a:link, ul.breadcrumbs li a:visited {
+ color: #666666;
+ border-bottom: 1px solid #666666;
+}
+
table.file-list {
width: 100%;
margin: 0 auto;
@@ -223,19 +251,11 @@ li.info {
margin: 0 0 20px 0;
}
-div#noscript {
- text-align: center;
- color: #d709df;
- padding: 1em;
- line-height: 150%;
- margin: 0 auto;
-}
-
-div#noscript a, div#noscript a:visited {
- color: #d709df;
+a {
+ text-decoration: none;
+ color: #1c1ca0;
}
-.disable-noscript-xss-wrapper {
- max-width: 900px;
- margin: 0 auto;
-}
+a:visited {
+ color: #601ca0;
+} \ No newline at end of file