aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.rtl.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-03-15 22:58:30 +0100
committerGravatar GitHub <noreply@github.com> 2022-03-15 22:58:30 +0100
commitbe5848fd4fa280e5a4606fef25669974414547a5 (patch)
treec11af74c2a64bdf4f1e59a4841d81d77f5977d4d /p/themes/base-theme/template.rtl.css
parentbdf7e4d29d954c3d2c137948577b6872c3de4656 (diff)
Improved: Sharing/Integration configuration (#4269)
* stick plus button to select list * HTML improved very much * drag and drop improved * add URL button * fix remove button behavior * prepare for PR#4238 * improve length of inputs * First draft of documentation of the sharing services * new config option: depricated * i18n for depricated text * Doc: Blogotext depricated to 2023 * dropdown menu with config link and depricated sign * Update entry_bottom.phtml * Update 08_sharing_services.md * Update template.rtl.css * Typo Deprecated/Depricated * typo * updated the documentation comment * Update shares.php * Update app/i18n/fr/conf.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update p/scripts/draggable.js Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update p/scripts/draggable.js Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Documentation: services from #4270 Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/base-theme/template.rtl.css')
-rw-r--r--p/themes/base-theme/template.rtl.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css
index 158840252..611692692 100644
--- a/p/themes/base-theme/template.rtl.css
+++ b/p/themes/base-theme/template.rtl.css
@@ -1530,8 +1530,9 @@ input:checked + .slide-container .properties {
text-align: center;
}
+.item.share.error a::after,
.category .title.error::before {
- content: "⚠ ";
+ content: " ⚠ ";
color: #bd362f;
}
@@ -1672,6 +1673,10 @@ input:checked + .slide-container .properties {
position: inherit;
}
+ .dropdown .dropdown-header {
+ line-height: 2;
+ }
+
.dropdown .dropdown-menu {
width: 94%;
border-radius: 0;