aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/_themes/pysidedocs/static/pyside.css
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/_themes/pysidedocs/static/pyside.css')
-rw-r--r--sources/pyside6/doc/_themes/pysidedocs/static/pyside.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/pyside6/doc/_themes/pysidedocs/static/pyside.css b/sources/pyside6/doc/_themes/pysidedocs/static/pyside.css
index 6b9fe3f05..506b61d15 100644
--- a/sources/pyside6/doc/_themes/pysidedocs/static/pyside.css
+++ b/sources/pyside6/doc/_themes/pysidedocs/static/pyside.css
@@ -2158,3 +2158,21 @@ div.leftside {
div.rightside {
margin-left: 50%;
}
+
+.btn-qt:hover,
+.btn-qt:active,
+.btn-qt:focus,
+.btn-qt.active {
+ background: #41cd52;
+ color: #fff !important;
+ border-color: #fff;
+}
+
+/* Using !important is not recommended, but out CSS is being added
+ * to the pages before the bootstrap ones, so we cannot override them
+ * without using it */
+.btn-qt {
+ color: #41cd52 !important;
+ border-color: #41cd52 !important;
+ font-weight: bold !important;
+}