comparison core/themes/classy/css/components/dropbutton.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
2 * @file 2 * @file
3 * General styles for dropbuttons. 3 * General styles for dropbuttons.
4 */ 4 */
5 5
6 .js .dropbutton-widget { 6 .js .dropbutton-widget {
7 border: 1px solid #ccc;
7 background-color: white; 8 background-color: white;
8 border: 1px solid #ccc;
9 } 9 }
10 .js .dropbutton-widget:hover { 10 .js .dropbutton-widget:hover {
11 border-color: #b8b8b8; 11 border-color: #b8b8b8;
12 } 12 }
13 .dropbutton .dropbutton-action > * { 13 .dropbutton .dropbutton-action > * {
19 } 19 }
20 .dropbutton-multiple .dropbutton { 20 .dropbutton-multiple .dropbutton {
21 border-right: 1px solid #e8e8e8; /* LTR */ 21 border-right: 1px solid #e8e8e8; /* LTR */
22 } 22 }
23 [dir="rtl"] .dropbutton-multiple .dropbutton { 23 [dir="rtl"] .dropbutton-multiple .dropbutton {
24 border-right: 0 none;
24 border-left: 1px solid #e8e8e8; 25 border-left: 1px solid #e8e8e8;
25 border-right: 0 none;
26 } 26 }
27 .dropbutton-multiple .dropbutton .dropbutton-action > * { 27 .dropbutton-multiple .dropbutton .dropbutton-action > * {
28 margin-right: 0.25em; /* LTR */ 28 margin-right: 0.25em; /* LTR */
29 } 29 }
30 [dir="rtl"] .dropbutton-multiple .dropbutton .dropbutton-action > * { 30 [dir="rtl"] .dropbutton-multiple .dropbutton .dropbutton-action > * {
31 margin-right: 0;
31 margin-left: 0.25em; 32 margin-left: 0.25em;
32 margin-right: 0;
33 } 33 }