aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-02 15:35:08 -0800
committerfriendica <info@friendica.com>2014-11-02 15:35:08 -0800
commitb6e099dd5f68f1ff4521bf62f81130cb422214eb (patch)
treea5a4987fb324d6a886befc96880efe27611772d7 /view/theme
parent285d6f61e4bf8aeaa3294ac4b7af43366a1448e9 (diff)
parent53292cfe8669a81d180e472fa80879da9112bcfa (diff)
downloadvolse-hubzilla-b6e099dd5f68f1ff4521bf62f81130cb422214eb.tar.gz
volse-hubzilla-b6e099dd5f68f1ff4521bf62f81130cb422214eb.tar.bz2
volse-hubzilla-b6e099dd5f68f1ff4521bf62f81130cb422214eb.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 114098465..b9726590a 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -45,6 +45,10 @@ abbr {
}
/* icons */
+.tool-icons {
+ color: $toolicon_colour;
+}
+
.icon {
background-color: transparent ;
background-repeat: no-repeat;
@@ -107,10 +111,6 @@ input[type="submit"] {
padding: 6px 12px;
}
-input[type="submit"]:hover {
- text-decoration: underline;
-}
-
button, input, optgroup, select, textarea {
color: #000;
}
@@ -869,6 +869,7 @@ footer {
}
#nav-search-text {
+ font-size: 12px;
height: 20px;
margin: 15px;
padding: 0px 5px 0px 5px;
@@ -2198,6 +2199,7 @@ aside .nav-pills > li > a {
.navbar-inverse .navbar-nav > li > a {
+ font-size: 12px;
color: $nav_icon_colour;
text-shadow: 0px 0px 0px;
}