You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by wa...@apache.org on 2021/06/30 20:08:14 UTC

[openoffice-project] branch preview/refresh updated: modifying bootstrap theme colors is more complicated than changing css

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch preview/refresh
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git


The following commit(s) were added to refs/heads/preview/refresh by this push:
     new 9a9409a  modifying bootstrap theme colors is more complicated than changing css
9a9409a is described below

commit 9a9409a3b66db5081158558bd185c6d45731d07e
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Wed Jun 30 13:05:57 2021 -0700

    modifying bootstrap theme colors is more complicated than changing css
---
 theme/openoffice/static/css/openoffice.css | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/theme/openoffice/static/css/openoffice.css b/theme/openoffice/static/css/openoffice.css
index df0ff79..e993864 100644
--- a/theme/openoffice/static/css/openoffice.css
+++ b/theme/openoffice/static/css/openoffice.css
@@ -88,11 +88,6 @@ a:hover {
 
 a img { border: none; }
 
-.dropdownitem.active {
-    color: #fff;
-    background-color: #0e85cd;
-}
-
 h1,h2,h3,h4,h5,h6 {
   color: #333333;
   text-transform:none;