Skip to content

Commit 2b2438a

Browse files
committed
Added Zoom with accels and better accel communication
1 parent 938d32e commit 2b2438a

File tree

12 files changed

+985
-739
lines changed

12 files changed

+985
-739
lines changed

data/Application.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,13 @@ actionbar image {
102102
transition: color 800ms cubic-bezier(0.4, 0, 0.2, 1);
103103
}
104104

105-
/* Font zooms */
105+
popover button image {
106+
color: black;
107+
}
106108

107109

108110

111+
/* Font zooms */
109112
window.muchsmaller textview {font-size: 0.6em;}
110113
window.muchsmaller editablelabel {font-size: 0.45em;}
111114
window.muchsmaller editablelabel.editing {font-size: 0.40em;}
@@ -119,7 +122,7 @@ window.small editablelabel {font-size: 0.85em;}
119122
window.small editablelabel.editing {font-size: 0.80em;}
120123

121124
window.normal_zoom textview {font-size: 1.2em;}
122-
window.normal_zoom editablelabel {font-size: 1.05em;}
125+
window.normal_zoom editablelabel {font-size: 1.10em;}
123126
window.normal_zoom editablelabel.editing {font-size: 1em;}
124127

125128
window.big textview {font-size: 1.4em;}

0 commit comments

Comments
 (0)